Int128 Conversion (Int64 to Int128)
Converts a 64-bit integer into a 128-bit integer.
Namespace: Meta.Numerics.ExtendedAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
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.
- s Int64
- The 64-bit integer to convert.
Int128THe corresponding 128-bit integer.