<Code Lib>
M

MathComparisonUtils.IsAlmostEqual

Description:
Checks if two doubles are almost equal, using the internal tolerance.

public static bool IsAlmostEqual(
	double value1,
	double value2
)

  • Double
    value1
    The first value.
  • Double
    value2
    The second value.
Return Value bool True if two doubles are almost equal, false otherwise.

Loading…