isNegative

fun isNegative(value: String?)(source)

Check if the given value is a negative number

Accepts:

  • Numbers between -Infinity and 0

  • E-Notation

Since

0.1.0

Parameters

value

The value to check

Throws

If the value is not a negative number


Check if the given value is a negative number

Accepts:

  • Numbers between negative Infinity and 0

  • E-Notation

Since

0.1.0

See also

Throws

If the value is not a negative number