Checks if t is not a number or within specified range. Throws if invalid. Use numberTest to test without throwing.
t
Alternatives: integerTest for additional integer check, percentTest for percentage-range.
Optional
Value to test
Range
Name of parameter
Checks if
t
is not a number or within specified range. Throws if invalid. Use numberTest to test without throwing.Alternatives: integerTest for additional integer check, percentTest for percentage-range.