BigFloat Explicit  Conversion (BigFloat to BigInteger)

Converts a BigFloat to a BigInteger.

Definition

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

Parameters

value  BigFloat
The BigFloat to convert.

Return Value

BigInteger
A BigInteger value that contains the magnitude of value.

Remarks

This method never throws an exception.

See Also