Int128 Conversion (Double to Int128) |
Converts a floating-point value into a 128-bit integer.
Namespace:
Meta.Numerics.Extended
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static explicit operator Int128 (
double x
)
Public Shared Narrowing Operator CType (
x As Double
) As Int128
static explicit operator Int128 (
double x
)
F# does not support the declaration of new casting operators.
Parameters
- x
- Type: SystemDouble
The floating-point number to convert.
Return Value
Type:
Int128The lower 128 bits of the integer part of the floating-point number.
Exceptions See Also