BigInteger.MinValue Field

The smallest possible BigInteger.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static readonly BigInteger MinValue

Field Value

BigInteger

Remarks

This value is equal to minus 2 to the power 68719476704.

See Also