TInfinity.Sign Method

Returns the value of the sign function with respect to infinite values.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
C#
public TNumber Sign()

Return Value

TNumber
Value of the sign function.
-1This TInfinity value is negative.
0This TInfinity value is zero.
1This TInfinity value is positive.

See Also