UInt128 Conversion (UInt64 to UInt128) |
Converts an unsigned 64-bit integer to an unsigned 128-bit integer.
Namespace:
Meta.Numerics.Extended
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax 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.
Parameters
- u
- Type: SystemUInt64
The unsigned 64-bit integer.
Return Value
Type:
UInt128The equivilent 128-bit unsigned integer.
See Also