Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static explicit operator Quad (
BigFloat value
)
Public Shared Narrowing Operator CType (
value As BigFloat
) As Quad
static explicit operator Quad (
BigFloat^ value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: Extreme.MathematicsBigFloat
The BigFloat value to convert.
Return Value
Type:
QuadA
Double with the same value as
value.
If value is too large to fit in a Double, then either
PositiveInfinity or NegativeInfinity is returned.
Reference