IsPositive
This property indicates whether or not the value of the current instance is greater than 0
.
Declaration
// C# public bool IsPositive {get;}
Property Value
A bool
value that returns true
if the current instance is greater than 0
; otherwise, returns false
.
Exceptions
OracleNullValueException
- The current instance has a null value.