Constructs a new arbitrary precision floating-point number from a
BigInteger.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public BigFloat(
BigInteger number,
AccuracyGoal accuracyGoal,
RoundingMode roundingMode
)
Public Sub New (
number As BigInteger,
accuracyGoal As AccuracyGoal,
roundingMode As RoundingMode
)
public:
BigFloat(
BigInteger number,
AccuracyGoal accuracyGoal,
RoundingMode roundingMode
)
new :
number : BigInteger *
accuracyGoal : AccuracyGoal *
roundingMode : RoundingMode -> BigFloat
Parameters
- number
- Type: Extreme.MathematicsBigInteger
A BigInteger. - accuracyGoal
- Type: Extreme.MathematicsAccuracyGoal
The desired AccuracyGoal for the floating-point number. - roundingMode
- Type: Extreme.MathematicsRoundingMode
A RoundingMode value that specifies how the result should be rounded.
Reference