X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/docs/output/Number.html?ds=inline diff --git a/docs/output/Number.html b/docs/output/Number.html deleted file mode 100644 index b6992348..00000000 --- a/docs/output/Number.html +++ /dev/null @@ -1,6 +0,0 @@ -
Package: | Global |
Defined In: | Ext-more.js |
Class: | Number |
Extends: | Object |
Method | Defined By | |
---|---|---|
constrain( Number min , Number max )
- :
- NumberChecks 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. Parameters:
| Number |