BigFloat(BigInteger, AccuracyGoal, RoundingMode) Constructor

Constructs a new arbitrary precision floating-point number from a BigInteger.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public BigFloat(
	BigInteger number,
	AccuracyGoal accuracyGoal,
	RoundingMode roundingMode
)

Parameters

number  BigInteger
A BigInteger.
accuracyGoal  AccuracyGoal
The desired AccuracyGoal for the floating-point number.
roundingMode  RoundingMode
A RoundingMode value that specifies how the result should be rounded.

See Also