csUnit Class Library

Assert.Less Method (Double, Double, Double)

Asserts the first value is less than the second value, within a specified tolerance.

public static void Less(
   double val1,
   double val2,
   double permittedDelta
);

Parameters

val1
The left-hand side of the inequality
val2
The right-hand side of the inequality
permittedDelta
The equality tolerance

See Also

Assert Class | Assert Members | csUnit Namespace | Assert.Less Overload List