BigInteger Explicit  Conversion (Double to BigInteger)

Converts a double-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 (
	double value
)

Parameters

value  Double
A Double value.

Return Value

BigInteger

Exceptions

OverflowExceptionvalue is less than zero.

-or-

value is NaN.

-or-

value is infinite.

See Also