Microsoft JScript
MIN_VALUE Property
Language Reference
Version 2

See Also Applies To


Description
The number closest to zero representable in JScript. Equal to approximately 2.22E-308.
Syntax
Number.MIN_VALUE

The number argument is the Number object.

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

Comments