Click or drag to resize

UInt128  Conversion (BigInteger to UInt128)

Converts an arbitrary-size big integer into an unsigned 128-bit integer.

Namespace:  Meta.Numerics.Extended
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static explicit operator UInt128 (
	BigInteger b
)

Parameters

b
Type: System.NumericsBigInteger
A BigInteger value.

Return Value

Type: UInt128
The unsigned 128-bit integer with the same lower 128 bits.
See Also