Share via


MIN_VALUE Property (JScript 5.6) 

Returns the number closest to zero representable in JScript. Equal to approximately 5.00E-324.


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

Version 2

Applies To: Number Object (JScript 5.6)

See Also

Reference

MAX_VALUE Property (JScript 5.6)
NaN Property (JScript 5.6)
NEGATIVE_INFINITY Property (JScript 5.6)
POSITIVE_INFINITY Property (JScript 5.6)
toString Method (JScript 5.6)