JScript  

POSITIVE_INFINITY Property

Returns a value larger than the largest number (Number.MAX_VALUE) that can be represented in JScript.

Number.POSITIVE_INFINITY

The number argument is the Number object.

Remarks

The Number object does not have to be created before the POSITIVE_INFINITY property can be accessed.

JScript displays POSITIVE_INFINITY values as infinity. This value behaves mathematically as infinity.

Requirements

Version 2

See Also

MAX_VALUE Property | MIN_VALUE Property | NaN Property | NEGATIVE_INFINITY Property | toString Method

Applies To: Number Object