try and get ctrl-enter to add a clear all
[roojs1] / docs / symbols / Number.json
index 59e45f0..ef294a1 100644 (file)
@@ -1,34 +1,42 @@
 {
   "name" : "Number",
-  "augments" : [
-  ],
+  "augments" : [],
+  "childClasses" : {  },
+  "tree_children" : [],
+  "tree_parent" : [],
   "desc" : "",
   "isSingleton" : false,
   "isStatic" : false,
   "isBuiltin" : true,
+  "isAbstract" : false,
+  "isBuilderTop" : false,
   "memberOf" : "Number",
   "example" : "",
   "deprecated" : "",
   "since" : "",
   "see" : "",
-  "params" : [
-  ],
-  "returns" : [
-  ],
-  "config" : [
-  ],
+  "params" : [],
+  "returns" : [],
+  "throws" : "",
+  "requires" : "",
+  "config" : [],
   "methods" : [
     {
       "name" : "constrain",
+      "type" : "function",
       "desc" : "Checks whether or not the current number is within a desired range.  If the number is already within the\nrange it is returned, otherwise the min or max value is returned depending on which side of the range is\nexceeded.  Note that this method returns the constrained value but does not change the current number.",
+      "sig" : "(min, max)",
+      "static" : false,
+      "memberOf" : "",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Number",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "min",
@@ -52,6 +60,5 @@
       ]
     }
   ],
-  "events" : [
-  ]
+  "events" : []
 }
\ No newline at end of file