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
)
Public Shared Widening Operator CType (
s As Long
) As Int128
static implicit operator Int128 (
long long s
)
F# does not support the declaration of new casting operators.
Parameters
- s
- Type: SystemInt64
The 64-bit integer to convert.
Return Value
Type:
Int128THe corresponding 128-bit integer.
See Also