Gets the sign of the quadruple precision number: -1, 0, or 1.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static int Sign(
Quad x
)
Public Shared Function Sign (
x As Quad
) As Integer
public:
static int Sign(
Quad x
)
static member Sign :
x : Quad -> int
Parameters
- x
- Type: Extreme.MathematicsQuad
Return Value
Type:
Int32
Reference