Checks if t is not a number or within specified range. Returns [false, reason:string] if invalid or [true] if valid.
t
[false, reason:string]
[true]
Alternatives: integerTest for additional integer check, percentTest for percentage-range.
Optional
Value to check
Range to enforce
Name of parameter (for more helpful exception messages)
Checks if
t
is not a number or within specified range. Returns[false, reason:string]
if invalid or[true]
if valid.Alternatives: integerTest for additional integer check, percentTest for percentage-range.