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
Public Shared ReadOnly MinValue As UInt128
public:
static initonly UInt128 MinValue
static val MinValue: UInt128
Field Value
Type:
UInt128Remarks Since there are no negative values of an unsigned integer, this is just the nunber zero.
See Also