Constructs a new arbitrary precision floating-point number from an integer.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
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.
Reference