NullableTypes Class Library

NullableDecimal.IsPositive Property

Indicates whether or not the value of the NullableDecimal structure is greater than zero.

[Visual Basic]
Public ReadOnly Property IsPositive As Boolean
[C#]
public bool IsPositive {get;}

Property Value

true if the NullableDecimal structure is greater than zero, otherwise false.

Exceptions

Exception TypeCondition
NullableNullValueException The property is set to null.

See Also

NullableDecimal Class | NullableTypes Namespace