UInt128 Conversion (UInt64 to UInt128)
Converts an unsigned 64-bit integer to an unsigned 128-bit integer.
Namespace: Meta.Numerics.ExtendedAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public static implicit operator UInt128 (
ulong u
)
Public Shared Widening Operator CType (
u As ULong
) As UInt128
static implicit operator UInt128 (
unsigned long long u
)
F# does not support the declaration of new casting operators.
- u UInt64
- The unsigned 64-bit integer.
UInt128The equivilent 128-bit unsigned integer.