GE Overloaded Greater-Than-Equals Comparison Operator
Section: Object Oriented Programming
Usage
This is a method that is invoked to combine two variables using a greater than or equals comparison operator, and is invoked when you callc = ge(a,b)
or for
c = a >= b