DoubleDouble Conversion (Double to DoubleDouble)
Converts a double value to a double double value.
Namespace: Meta.Numerics.ExtendedAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public static implicit operator DoubleDouble (
double x
)
Public Shared Widening Operator CType (
x As Double
) As DoubleDouble
static implicit operator DoubleDouble (
double x
)
F# does not support the declaration of new casting operators.
- x Double
- The value to be converted.
DoubleDoubleThe double double value equal to the original
Double value.
This cast preserves the value of the Double (as can be verified
by round-tripping), but keep in mind that that value may only be an approximation of less
than the desired precision.