isNegative()Determines if a value is negative.
This function is valid in v2.1.0 to v2.24.3. This function has been downloaded 70 times.false
-0 should be counted as negative.true if value is negative or if value is -0 and opt_includeNegZero is true-ish. Otherwise false.