is From To
Check if the Double value is within a range (exclusive from, exclusive to).
Return
property state Correct containing value if value is within the range (exclusive from, exclusive to). Otherwise Incorrect.
Parameters
from Value
the lower end (exclusive) of the range value must be in.
to Value
the upper end (exclusive) of the range value must be in.
Check if the Float value is within a range (exclusive from, exclusive to).
Return
property state Correct containing value if value is within the range (exclusive from, exclusive to). Otherwise Incorrect.