Returns the sign of the specified number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static int Sign(
T value
)
Public Shared Function Sign (
value As T
) As Integer
public:
static int Sign(
T value
)
static member Sign :
value : 'T -> int
Parameters
- value
- Type: T
Return Value
Type:
Int32
Reference