Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static explicit operator BigInteger (
BigRational value
)
Public Shared Narrowing Operator CType (
value As BigRational
) As BigInteger
static explicit operator BigInteger (
BigRational value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: Extreme.MathematicsBigRational
The BigRational to convert.
Return Value
Type:
BigIntegerA
BigInteger value that contains the magnitude of
value.
This method never throws an exception.
Reference