UInt128   Conversion (Double to UInt128)
            Converts a floating-point value 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 (
	double x
)
Public Shared Narrowing Operator CType ( 
	x As Double
) As UInt128
static explicit operator UInt128 (
	double x
)
F# does not support the declaration of new casting operators.
- x  Double
 - A floating-point number.
 
UInt128The lower 128 bits of the integer part of the floating-point number.