Articles tagged: Number
Found 25 documents
- Mozilla/B2G_OS/API/TelephonyCall/number The number read-only property of the TelephonyCall interface indicates the telephone number ...
- Web/JavaScript/Reference/Global_Objects/Number The Number JavaScript object is a wrapper object allowing you to work with numerical values. A ...
- Web/JavaScript/Reference/Global_Objects/Number/EPSILON The Number.EPSILON property represents the difference between one and the smallest value greater ...
- Web/JavaScript/Reference/Global_Objects/Number/isFinite The Number.isFinite() method determines whether the passed value is a finite number.
- Web/JavaScript/Reference/Global_Objects/Number/isInteger The Number.isInteger() method determines whether the passed value is an integer.
- Web/JavaScript/Reference/Global_Objects/Number/isNaN The Number.isNaN() method determines whether the passed value is NaN. It is a more robust ...
- Web/JavaScript/Reference/Global_Objects/Number/isSafeInteger The Number.isSafeInteger() method determines whether the provided value is a number that is a ...
- Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER The Number.MAX_SAFE_INTEGER constant represents the maximum safe integer in JavaScript (2 53 - 1).
- Web/JavaScript/Reference/Global_Objects/Number/MAX_VALUE The Number.MAX_VALUE property represents the maximum numeric value representable in JavaScript.
- Web/JavaScript/Reference/Global_Objects/Number/MIN_SAFE_INTEGER The Number.MIN_SAFE_INTEGER constant represents the minimum safe integer in JavaScript (-(2 53 - ...
- Web/JavaScript/Reference/Global_Objects/Number/MIN_VALUE The Number.MIN_VALUE property represents the smallest positive numeric value representable in ...
- Web/JavaScript/Reference/Global_Objects/Number/NaN The Number.NaN property represents Not-A-Number. Equivalent of NaN.
- Web/JavaScript/Reference/Global_Objects/Number/NEGATIVE_INFINITY The Number.NEGATIVE_INFINITY property represents the negative Infinity value.
- Web/JavaScript/Reference/Global_Objects/Number/parseFloat The Number.parseFloat() method parses a string argument and returns a floating point number. ...
- Web/JavaScript/Reference/Global_Objects/Number/parseInt The Number.parseInt() method parses a string argument and returns an integer of the specified ...
- Web/JavaScript/Reference/Global_Objects/Number/POSITIVE_INFINITY The Number.POSITIVE_INFINITY property represents the positive Infinity value.
- Web/JavaScript/Reference/Global_Objects/Number/prototype The Number.prototype property represents the prototype for the Number constructor.
- Web/JavaScript/Reference/Global_Objects/Number/toExponential The toExponential() method returns a string representing the Number object in exponential notation.
- Web/JavaScript/Reference/Global_Objects/Number/toFixed The toFixed() method formats a number using fixed-point notation.
- Web/JavaScript/Reference/Global_Objects/Number/toInteger The Number.toInteger() method used to evaluate the passed value and convert it to an integer, ...
- Web/JavaScript/Reference/Global_Objects/Number/toLocaleString The toLocaleString() method returns a string with a language sensitive representation of this ...
- Web/JavaScript/Reference/Global_Objects/Number/toPrecision The toPrecision() method returns a string representing the Number object to the specified precision.
- Web/JavaScript/Reference/Global_Objects/Number/toSource The toSource() method returns a string representing the source code of the object.
- Web/JavaScript/Reference/Global_Objects/Number/toString The toString() method returns a string representing the specified Number object.
- Web/JavaScript/Reference/Global_Objects/Number/valueOf The valueOf() method returns the wrapped primitive value of a Number object.