Int128 Conversion (Int128 to Double) |
Converts a 128-bit integer into a floating point value.
Namespace:
Meta.Numerics.Extended
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static implicit operator double (
Int128 s
)
Public Shared Widening Operator CType (
s As Int128
) As Double
static implicit operator double (
Int128 s
)
F# does not support the declaration of new casting operators.
Parameters
- s
- Type: Meta.Numerics.ExtendedInt128
The 128-bit integer to convert.
Return Value
Type:
DoubleThe correspoding floating point value.
See Also