UInt128   Conversion (BigInteger to UInt128)
            Converts an arbitrary-size big integer into an unsigned 128-bit integer.
            
Namespace: Meta.Numerics.ExtendedAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public static explicit operator UInt128 (
	BigInteger b
)
Public Shared Narrowing Operator CType ( 
	b As BigInteger
) As UInt128
static explicit operator UInt128 (
	BigInteger b
)
F# does not support the declaration of new casting operators.
- b  BigInteger
 - A BigInteger value.
 
UInt128The unsigned 128-bit integer with the same lower 128 bits.