| NumericIsGreater Method |
| Name | Description | |
|---|---|---|
| IsGreater(Double, Double) |
Determines whether a value is greater than another value (regarding the tolerance
EpsilonD).
| |
| IsGreater(Single, Single) |
Determines whether a value is greater than another value (regarding the tolerance
EpsilonF).
| |
| IsGreater(Double, Double, Double) |
Determines whether a value is greater than another value (regarding the specified
tolerance).
| |
| IsGreater(Single, Single, Single) |
Determines whether a value is greater than another value (regarding the specified
tolerance).
|