ConstCreates a validator that asserts that the input number is greater than the provided minimum value.
The minimum (exclusive) the value may be.
Creates a validator that asserts that the input number is at least the provided minimum value.
The minimum (inclusive) the value may be.
Creates a validator that asserts that the input number is less than the provided maximum value.
The maximum (exclusive) the value may be.
Creates a validator that asserts that the input number is at most the provided maximum value.
The maximum (inclusive) the value may be.
Creates a validator that asserts that the input number is a safe integer.
Creates a validator that asserts that the input number is at least the provided minimum and at most the provided maximum values.
The minimum (inclusive) value the input may be.
The maximum (inclusive) value the input may be.
Creates a validator that asserts that the input number is finite.