BigInteger Explicit  Conversion (Single to BigInteger)

Converts a single-precision floating-point number to a BigInteger value.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static explicit operator BigInteger (
	float value
)

Parameters

value  Single
A Single value.

Return Value

BigInteger

Exceptions

OverflowExceptionvalue is less than zero.

-or-

value is NaN.

-or-

value is infinite.

See Also