Click or drag to resize

Int128  Conversion (Int64 to Int128)

Converts a 64-bit integer into a 128-bit integer.

Namespace:  Meta.Numerics.Extended
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static implicit operator Int128 (
	long s
)

Parameters

s
Type: SystemInt64
The 64-bit integer to convert.

Return Value

Type: Int128
THe corresponding 128-bit integer.
See Also