An NDoc Documented Class Library |
|
Utils.Less Method
This function checks, when a number is less then an other, this means if the difference b - a is less then epsilon then a really "less" is given.
Parameters
-
a
- the first value to check
-
b
- the second value to check
Return Value
returns true a is really less then b
See Also
Utils Class | Minais.Drawing3d.Math Namespace