GeometryUtils Methods |
[This is preliminary documentation and is subject to change.]
The GeometryUtils type exposes the following members.
Name | Description | |
---|---|---|
CorrectOnLimitMax |
Check is value is greater than limit
| |
CorrectOnLimitMin |
Check is value is less than limit
| |
IsEqual |
Compare doubles with precision
| |
IsGreaterOrEqual |
Check if first value is greater or equal than second value with precision
| |
IsGreaterThan |
Check if first value is greater than second value with precision
| |
IsLessOrEqual |
Check if first value is less or equal than second value with precision
| |
IsLessThan |
Check if first value is less than second value with precession
| |
IsZero |
Check if double is zero with precision
| |
Round |
Round double on number of digits
|