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