This function returns "true" if a is greater or equal "0". Parameter a is interpreted numerically.
Parameters
Parameter | Description |
|---|---|
a | Value. |
Examples
Parameter a | Result |
|---|---|
true | |
1 | true |
0 | true |
-1 | false |
This function returns "true" if a is greater or equal "0". Parameter a is interpreted numerically.
Parameter | Description |
|---|---|
a | Value. |
Parameter a | Result |
|---|---|
true | |
1 | true |
0 | true |
-1 | false |