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