Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static explicit operator Quad (
BigInteger value
)
Public Shared Narrowing Operator CType (
value As BigInteger
) As Quad
static explicit operator Quad (
BigInteger value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: Extreme.MathematicsBigInteger
A BigInteger value.
Return Value
Type:
Quad
This method never throws an exception. If value is
greater than MaxValue, PositiveInfinity
is returned. If value is
less than -MaxValue, NegativeInfinity
is returned.
Numerical Libraries
Supported in: 6.0, 5.x
Reference