Child pages
  • Number

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Hidden
DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY, UNLESS YOU KNOW WHAT YOU'RE DOING.		THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO EXTRACT CHANGES FROM THE PAGE AND MERGE THEM BACK INTO SERVOY SOURCE


HTML Table
idclassservoy sSummery
Colgroup Tag
Column
padding0px
width80px

Column

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Property Summery
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#MAX_VALUE
The largest representable number.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#MIN_VALUE
The smallest representable number.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#NEGATIVE_INFINITY
Special value representing negative infinity; returned on overflow.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Object
Table Cell (td)
#NaN
Special "not a number" value.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#POSITIVE_INFINITY
Special value representing infinity; returned on overflow.

id
HTML Table
classservoy sSummery
Colgroup Tag
Column
padding0px
width80px

Column

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Method Summery
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#toExponential([fractionDigits])
Returns a string representing the number in exponential notation.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#toFixed([digits])
Returns a string representing the number in fixed-point notation.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#toLocaleString()
Converts the number into a string which is suitable for presentation in the given locale.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#toPrecision([precision])
Returns a string representing the number to a specified precision in fixed-point or exponential notation.

...