GreaterThanOrEquals

Checks to see if one number is greater than or equal to the other, and returns a Boolean result.

Table 1. Input Properties
Property Type Description
numberA Number Returns boolean of true if numberA is Greater than or equal to numberB.
numberB Number Returns boolean of true if numberA and numberB are null. Returns boolean of false if numberA or numberB is null.