BigInteger.MaxValue Field

The largest possible BigInteger.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static readonly BigInteger MaxValue

Field Value

BigInteger

Remarks

This value is equal to 2 to the power 68719476704.

See Also