GreaterThanOrEqual

Description

Returns True if the first of two specified integer values is greater than or equal to the second. Parameter type is optional and specifies the parameter types for the values to be compared. Valid parameter types are string, integer, float, and date. The default parameter type is integer.

Syntax

GreaterThanOrEqual(Value1, Value2, ParamType: String): Boolean

Example

GreaterThanOrEqual(2,2)

The return value is True.