a >= 0


Returns true if a is not negative. a is interpreted numerically.

Description of Parameters

Parameter

Description

a

Value.

Examples

Parameter a

Result

true

1

true

0

true

-1

false