M

MathComparisonUtils.IsGreaterThan

Description:
Checks if value1 is strictly greater than value2, using the internal tolerance.
public static bool IsGreaterThan(
	double value1,
	double value2
)
  • Double
    value1
    The first value.
  • Double
    value2
    The second value.
Return Value Boolean True if value1 is strictly greater than value2, false otherwise.
  • The given value for value1 is not finite -or- The given value for value2 is not finite