| NumericIsLessOrEqual Method |
| Name | Description | |
|---|---|---|
| IsLessOrEqual(Double, Double) |
Determines whether a value is less than or equal to another value (regarding the tolerance
EpsilonD).
| |
| IsLessOrEqual(Single, Single) |
Determines whether a value is less than or equal to another value (regarding the tolerance
EpsilonF).
| |
| IsLessOrEqual(Double, Double, Double) |
Determines whether a value is less than or equal to another value (regarding the specified
tolerance).
| |
| IsLessOrEqual(Single, Single, Single) |
Determines whether a value is less than or equal to another value (regarding the specified
tolerance).
|