isPositive

fun isPositive(value: String?)(source)

Check if the given value is a positive number

Accepts:

  • Numbers between 0 and Infinity

  • E-Notation

Since

0.1.0

Parameters

value

The value to check

Throws

If the value is not a positive number


Check if the given value is a positive number

Accepts:

  • Numbers between zero and positive Infinity

  • E-Notation

Since

0.1.0

See also

Throws

If the value is not a positive number