Validate that the input number is non negative, and either an integer or an increment of 0.5. No other decimal increments are supported.
True if the input is valid, false otherwise.
The number to validate.
Generated using TypeDoc
Validate that the input number is non negative, and either an integer or an increment of 0.5. No other decimal increments are supported.
Returns
True if the input is valid, false otherwise.