Click or drag to resize

DoubleDouble  Conversion (DoubleDouble to Double)

Converts a double double value to a double value.

Namespace:  Meta.Numerics.Extended
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static explicit operator double (
	DoubleDouble x
)

Parameters

x
Type: Meta.Numerics.ExtendedDoubleDouble
The value to be converted.

Return Value

Type: Double
The Double value closest to the original double double value.
Remarks

Note that this is a narrowing operator; the extra precision of the double double type is lost in the conversion.

See Also