SqlDecimal.IsPositive プロパティ

定義

この Value 構造体の SqlDecimal がゼロより大きいかどうかを示します。

public:
 property bool IsPositive { bool get(); };
public bool IsPositive { get; }
member this.IsPositive : bool
Public ReadOnly Property IsPositive As Boolean

プロパティ値

Value に null が代入されている場合は true。 それ以外の場合は false

適用対象

こちらもご覧ください