Big Float.Extend Precision Method
Returns a BigFloat value with at least the specified precision and the same value as this instance.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A BigFloat value with at least accuracyGoal bits of precision with the same value as this instance.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public BigFloat ExtendPrecision(
AccuracyGoal accuracyGoal
)
Parameters
- accuracyGoal AccuracyGoal
- An AccuracyGoal value that specifies the new precision.
Return Value
BigFloatA BigFloat value with at least accuracyGoal bits of precision with the same value as this instance.
Remarks
If the precision of this instance is greater than or equal to accuracyGoal, this instance is returned.