UInt128   Conversion (UInt64 to UInt128)

Converts an unsigned 64-bit integer to an unsigned 128-bit integer.

Definition

Namespace: Meta.Numerics.Extended
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public static implicit operator UInt128 (
	ulong u
)

Parameters

u  UInt64
The unsigned 64-bit integer.

Return Value

UInt128
The equivilent 128-bit unsigned integer.

See Also