BigInteger.MaxValue Field

The largest possible BigInteger.

Definition

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

Field Value

BigInteger

Remarks

This value is equal to 2 to the power 68719476704.

See Also