<Code Lib>
M

MathComparisonUtils.IsLessThan

Description:
Checks if value1 is strictly less than value2, using the internal tolerance.

public static bool IsLessThan(
	double value1,
	double value2
)

  • Double
    value1
    The first value.
  • Double
    value2
    The second value.
Return Value bool True if value1 is strictly less than value2, false otherwise.

Loading…