Returns a
BigFloat value with at least the specified precision and the same value as this instance.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public BigFloat ExtendPrecision(
AccuracyGoal accuracyGoal
)
Public Function ExtendPrecision (
accuracyGoal As AccuracyGoal
) As BigFloat
public:
BigFloat^ ExtendPrecision(
AccuracyGoal accuracyGoal
)
member ExtendPrecision :
accuracyGoal : AccuracyGoal -> BigFloat
Parameters
- accuracyGoal
- Type: Extreme.MathematicsAccuracyGoal
An AccuracyGoal value that specifies the new precision.
Return Value
Type:
BigFloatA
BigFloat value with at least
accuracyGoal bits of precision with the same
value as this instance.
If the precision of this instance is greater than or equal to accuracyGoal, this instance
is returned.
Reference