UInt128MaxValue Field

The greatest representable unsigned 128-bit integer.

Definition

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

Field Value

UInt128

Remarks

This has the value 340,282,366,920,938,463,463,374,607,431,768,211,455, or about 3.4 X 1038.

See Also