Validate that the input number is non negative and an integer.
True if the input is valid, false otherwise.
The number to validate.
Generated using TypeDoc
Validate that the input number is non negative and an integer.
Returns
True if the input is valid, false otherwise.