Tests whether a number equals another number up to the specified
AccuracyGoal.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public bool Equals(
BigFloat other,
AccuracyGoal goal
)
Public Function Equals (
other As BigFloat,
goal As AccuracyGoal
) As Boolean
public:
bool Equals(
BigFloat^ other,
AccuracyGoal goal
)
member Equals :
other : BigFloat *
goal : AccuracyGoal -> bool
Parameters
- other
- Type: Extreme.MathematicsBigFloat
The BigFloat to compare. - goal
- Type: Extreme.MathematicsAccuracyGoal
An AccuracyGoal value that specifies the threshold for equality.
Return Value
Type:
Boolean if the number equals
other; otherwise
.
Reference