Click or drag to resize
DigitalRuneNumericIsGreaterOrEqual Method
Determines whether a value is greater than or equal to another value (regarding a given tolerance).
Overload List
  NameDescription
Public methodStatic memberIsGreaterOrEqual(Double, Double)
Determines whether a value is greater than or equal to another value (regarding the tolerance EpsilonD).
Public methodStatic memberIsGreaterOrEqual(Single, Single)
Determines whether a value is greater than or equal to another value (regarding the tolerance EpsilonF).
Public methodStatic memberIsGreaterOrEqual(Double, Double, Double)
Determines whether a value is greater than or equal to another value (regarding the specified tolerance).
Public methodStatic memberIsGreaterOrEqual(Single, Single, Single)
Determines whether a value is greater than or equal to another value (regarding the specified tolerance).
Top
See Also