MIN_VALUE Property (Windows Scripting - JScript)
Returns the number closest to zero representable in JScript. Equal to approximately 5.00E-324.
Syntax
Number.MIN_VALUE
Remarks
The number argument is the Number object.
The Number object does not have to be created before the MIN_VALUE property can be accessed.
Requirements
Applies To: Number Object (Windows Scripting - JScript)
See Also
MAX_VALUE Property (Windows Scripting - JScript)
NaN Property (Windows Scripting - JScript)
NEGATIVE_INFINITY Property (Windows Scripting - JScript)
POSITIVE_INFINITY Property (Windows Scripting - JScript)
toString Method (Windows Scripting - JScript)