StaticisChecks whether the input is a finite positive number, or zero when zeroInclusive is true.
The input to check.
OptionalzeroInclusive: booleantrue if zero should be considered a valid input.
false if zero should be considered an invalid input.
true if the given input is a finite positive number, or zero when zeroInclusive is true; false otherwise.
Static methods for validating number types.