Click or drag to resize

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
)

Parameters

u
Type: SystemUInt64
The unsigned 64-bit integer.

Return Value

Type: UInt128
The equivilent 128-bit unsigned integer.
See Also