csUnit Class Library

Assert.Greater Method (Single, Single, Single)

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

public static void Greater(
   float val1,
   float val2,
   float 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.Greater Overload List