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