Int128 Conversion (Int128 to Int64)
Converts a 128-bit integer into a 64-bit integer.
Namespace: Meta.Numerics.ExtendedAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public static explicit operator long (
Int128 s
)
Public Shared Narrowing Operator CType (
s As Int128
) As Long
static explicit operator long long (
Int128 s
)
F# does not support the declaration of new casting operators.
- s Int128
- The 128-bit integer to convert.
Int64The 64-bit integer with the same lower 64 bits.