a >= 0
|
Group |
Returns true if a is greater or equal 0. Parameter a is interpreted numerically.
Description of Parameters
|
Parameter |
Description |
|
a |
Value. |
Examples
|
Parameter a |
Result |
|
|
true |
|
1 |
true |
|
0 |
true |
|
-1 |
false |