Validate that value is greater than or equal to another value or issue error
mustBeGreaterThanOrEqual(
issues an error if any elements in value
,c
)value
are less than the scalar c
. This function does not return a value.
mustBeGreaterThanOrEqual
accepts user-defined objects if the class of the object implements these methods:
This function ignores empty values in the first input argument. Therefore, no error is thrown when the property or function argument value is empty.