Int128Explicit 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
)
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.
Parameters
- s
- Type: Meta.Numerics.Extended.Int128
The 128-bit integer to convert.
Return Value
Type:
Int64The 64-bit integer with the same lower 64 bits.
See Also