Quad.Sign Method

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

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static int Sign(
	Quad x
)

Parameters

x  Quad
 

Return Value

Int32

Implements

INumber<TSelf>.Sign(TSelf)

See Also