BigInteger.Sign Property

Gets the sign of this BigInteger: -1, 0, or 1.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public int Sign { get; }

Property Value

Int32

See Also