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