Class Number
Package: | Global |
Defined In: | Ext.js |
Class: | Number |
Extends: | Object |
Public Properties
This class has no public properties.
Public Methods
|
constrain( Number min , Number max ) : Number
Checks whether or not the current number is within a desired range. If the number is already within the
range it is ...
Checks whether or not the current number is within a desired range. If the number is already within the
range it is returned, otherwise the min or max value is returned depending on which side of the range is
exceeded. Note that this method returns the constrained value but does not change the current number.
|
Number |
Public Events
This class has no public events.