Constructs a new arbitrary precision floating-point number from a double-precision floating-point number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public BigFloat(
double value,
AccuracyGoal accuracyGoal
)
Public Sub New (
value As Double,
accuracyGoal As AccuracyGoal
)
public:
BigFloat(
double value,
AccuracyGoal accuracyGoal
)
new :
value : float *
accuracyGoal : AccuracyGoal -> BigFloat
Parameters
- value
- Type: SystemDouble
A Double. - accuracyGoal
- Type: Extreme.MathematicsAccuracyGoal
An AccuracyGoal value that specifies the desired accuracy.
Reference