Converts a double-precision floating-point number to a quadruple-precision
floating-point number.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static implicit operator Quad (
double value
)
Public Shared Widening Operator CType (
value As Double
) As Quad
static implicit operator Quad (
double value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemDouble
A double-precision number.
Return Value
Type:
QuadThe quadruple-precision number that has the same value as
value.
Numerical Libraries
Supported in: 6.0, 5.x
Reference