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 BigInteger (
float value
)
Public Shared Narrowing Operator CType (
value As Single
) As BigInteger
static explicit operator BigInteger (
float value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemSingle
A Single value.
Return Value
Type:
BigInteger
Reference