Click or drag to resize

Int128  Conversion (Int128 to Int64)

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

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

Parameters

s
Type: Meta.Numerics.ExtendedInt128
The 128-bit integer to convert.

Return Value

Type: Int64
The 64-bit integer with the same lower 64 bits.
See Also