Number.MAX_VALUE

The maximum numeric value representable in MetaScript.

Property of Number
Static, Read-only

Description

The MAX_VALUE property has a value of approximately 1.79E+308. Values larger than MAX_VALUE are represented as "Infinity".

Because MAX_VALUE is a static property of Number, you always use it as Number.MAX_VALUE, rather than as a property of a Number object you created.

Examples

The following code multiplies two numeric values. If the result is less than or equal to MAX_VALUE, the func1 function is called; otherwise, the func2 function is called.

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.