Int128MinValue Field

The minimum value of the signed 128-bit integer.

Definition

Namespace: Meta.Numerics.Extended
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public static readonly Int128 MinValue

Field Value

Int128

Remarks

This has the value -170,141,183,460,469,231,731,687,303,715,884,105,729, or about -1.7 X 1038.

As is true for the native signed integer registers and any signed integer register that uses two's complement representation of negative numbers, this is one larger in absolute value than MaxValue, so the corresponding positive value is not within the representable range of the type.

See Also