The maximum value of the signed 128-bit integer.
Namespace:
Meta.Numerics.Extended
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static readonly Int128 MaxValue
Public Shared ReadOnly MaxValue As Int128
public:
static initonly Int128 MaxValue
static val MaxValue: Int128
Field Value
Type:
Int128Remarks This has the value 170,141,183,460,469,231,731,687,303,715,884,105,728, or about 1.7 X 1038.
See Also