is Less Than
Check if the Double value is less than the given other value.
Return
property state Correct containing value if value is less than otherValue. Otherwise Incorrect.
Parameters
the value that must less than otherValue.
the other value that value must be less than.
Check if the Float value is less than the given other value.
Return
property state Correct containing value if value is less than otherValue. Otherwise Incorrect.
Parameters
the value that must less than otherValue.
the other value that value must be less than.
Check if the Int value is less than the given other value.
Return
property state Correct containing value if value is less than otherValue. Otherwise Incorrect.
Parameters
the value that must less than otherValue.
the other value that value must be less than.
Check if the Long value is less than the given other value.
Return
property state Correct containing value if value is less than otherValue. Otherwise Incorrect.
Parameters
the value that must less than otherValue.
the other value that value must be less than.