BigFloat Explicit  Conversion (BigFloat to Quad)

Converts a BigFloat value to a Double.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static explicit operator Quad (
	BigFloat value
)

Parameters

value  BigFloat
The BigFloat value to convert.

Return Value

Quad
A Double with the same value as value.

Remarks

If value is too large to fit in a Double, then either PositiveInfinity or NegativeInfinity is returned.

See Also