isPositive
Checking positivity.
Example:
10.isPositive() // true
-10.isPositive() // false
Content copied to clipboard
Since
1.5.1
Checking positivity.
Example:
10L.isPositive() // true
-10L.isPositive() // false
Content copied to clipboard
Since
1.5.1
Checking positivity.
Example:
10F.isPositive() // true
-10F.isPositive() // false
Content copied to clipboard
Since
1.5.1
Checking positivity.
Example:
10.0.isPositive() // true
-10.0.isPositive() // false
Content copied to clipboard
Since
1.5.1