isFromInclusiveToInclusive

Check if the Double 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).

validRange

the range (inclusive) where value must be in.


Check if the Float 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).

validRange

the range (inclusive) where value must be in.