Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
Public ReadOnly Property Sign As Integer
Get
public:
property int Sign {
int get ();
}
member Sign : int with get
Property Value
Type:
Int32A number indicating the sign of the number.
Number | Description |
---|
-1 | The number is less than zero. |
0 | The number is equal to zero. |
1 | The number is greater than zero. |
Reference