Click or drag to resize
ValidationHelperIsInRange Method
Overload List
  NameDescription
Public methodStatic memberIsInRange(Double, Double, Double)
Returns true if value is higher than or equal to minimum and lesser than or equal to maximum.
Public methodStatic memberIsInRange(Int32, Int32, Int32)
Returns true if value is higher than or equal to minimum and lesser than or equal to maximum.
Top
See Also