Quad.Sign Method

Gets the sign of the quadruple precision number: -1, 0, or 1.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static int Sign(
	Quad x
)

Parameters

x  Quad
 

Return Value

Int32

See Also