is Not Less Than
Check if the Double value is not less than the given minimum value.
Return
property state com.zybber.to_state.Correct containing value if value is equal to or greater than minimumValue. Otherwise com.zybber.to_state.Incorrect.
Parameters
the value that must be equal to or greater than minimumValue.
the minimum value that value must be equal to or greater than.
Check if the Float value is not less than the given minimum value.
Return
property state Correct containing value if value is equal to or greater than minimumValue. Otherwise Incorrect.
Parameters
the value that must be equal to or greater than minimumValue.
the minimum value that value must be equal to or greater than.
Check if the Int value is not less than the given minimum value.
Return
property state Correct containing value if value is equal to or greater than minimumValue. Otherwise Incorrect.
Parameters
the value that must be equal to or greater than minimumValue.
the minimum value that value must be equal to or greater than.
Check if the Long value is not less than the given minimum value.
Return
property state com.zybber.to_state.Correct containing value if value is equal to or greater than minimumValue. Otherwise com.zybber.to_state.Incorrect.
Parameters
the value that must be equal to or greater than minimumValue.
the minimum value that value must be equal to or greater than.