is Within Range
Check if the Int value is within a range (inclusive).
Return
property state Correct containing value if value is within validRange (inclusive). Otherwise Incorrect.
Parameters
value
the value that must be within validRange (inclusive).
valid Range
the range (inclusive) where value must be in.
Check if the Long value is within a range (inclusive).
Return
property state Correct containing value if value is within validRange (inclusive). Otherwise Incorrect.
Parameters
value
the value that must be within validRange (inclusive).
valid Range
the range (inclusive) where value must be in.