DoubleDouble   Conversion (Double to DoubleDouble)

Converts a double value to a double double value.

Definition

Namespace: Meta.Numerics.Extended
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public static implicit operator DoubleDouble (
	double x
)

Parameters

x  Double
The value to be converted.

Return Value

DoubleDouble
The double double value equal to the original Double value.

Remarks

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.

See Also