Int128   Conversion (Int64 to Int128)

Converts a 64-bit integer into a 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 Int128 (
	long s
)

Parameters

s  Int64
The 64-bit integer to convert.

Return Value

Int128
THe corresponding 128-bit integer.

See Also