BigFloat.Equals(BigFloat, AccuracyGoal) Method

Tests whether a number equals another number up to the specified AccuracyGoal.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public bool Equals(
	BigFloat other,
	AccuracyGoal goal
)

Parameters

other  BigFloat
The BigFloat to compare.
goal  AccuracyGoal
An AccuracyGoal value that specifies the threshold for equality.

Return Value

Boolean
true if the number equals other; otherwise false.

See Also