BigFloat Implicit  Conversion (Double to BigFloat)

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 implicit operator BigFloat (
	double value
)

Parameters

value  Double
A Double value.

Return Value

BigFloat

Exceptions

OverflowExceptionvalue is less than zero.

-or-

value is NaN.

-or-

value is infinite.

See Also