Constructs a new arbitrary precision floating-point number from an integer.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public BigFloat(
int value,
AccuracyGoal accuracyGoal
)
Public Sub New (
value As Integer,
accuracyGoal As AccuracyGoal
)
public:
BigFloat(
int value,
AccuracyGoal accuracyGoal
)
new :
value : int *
accuracyGoal : AccuracyGoal -> BigFloat
Parameters
- value
- Type: SystemInt32
An integer. - accuracyGoal
- Type: Extreme.MathematicsAccuracyGoal
An AccuracyGoal value that specifies the desired precision.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference