Click or drag to resize

UInt128MinValue Field

The least representable unsigned 128-bit integer.

Namespace:  Meta.Numerics.Extended
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static readonly UInt128 MinValue

Field Value

Type: UInt128
Remarks

Since there are no negative values of an unsigned integer, this is just the nunber zero.

See Also