is Not Greater Than
Check if the Double value is not greater than the given maximum value.
Return
property state Correctcontaining [value] if value` is equal to or less than maximumValue. Otherwise Incorrect.
Parameters
the value that must be equal to or less than maximumValue.
the maximum value that value must be equal to or less than.
Check if the Float value is not greater than the given maximum value.
Return
property state Correct containing value if value is equal to or less than maximumValue. Otherwise Incorrect.
Parameters
the value that must be equal to or less than maximumValue.
the maximum value that value must be equal to or less than.
Check if the Int value is not greater than the given maximum value.
Return
property state Correct containing value if value is equal to or less than maximumValue. Otherwise Incorrect.
Parameters
the value that must be equal to or less than maximumValue.
the maximum value that value must be equal to or less than.
Check if the Long value is not greater than the given maximum value.
Return
property state Correct containing value if value is equal to or less than maximumValue. Otherwise Incorrect.
Parameters
the value that must be equal to or less than maximumValue.
the maximum value that value must be equal to or less than.