Checks to see if one number is greater than or equal to the other, and returns a Boolean result.
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. |
Comments
0 comments
Please sign in to leave a comment.