Converts a single-precision floating-point number to a
BigInteger value.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static explicit operator BigRational (
float value
)
Public Shared Narrowing Operator CType (
value As Single
) As BigRational
static explicit operator BigRational (
float value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemSingle
Return Value
Type:
BigRationalA
BigInteger value that is exactly equal to
value.
This method never throws an exception.
Reference