Click or drag to resize
GeCoordinate Operators

The GeCoordinate type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition(GeCoordinate, GeCoordinate)
The addition operator causes the first operand to be added to the second. M ordinate is not preserved during addition operation.
Public operatorStatic memberAddition(GeCoordinate, GeVector)
Public operatorStatic memberDivision
Divides coordinate with a value. M ordinate is not preserved during division operation.
Public operatorStatic memberEquality
Returns True if two coordinates are equal, otherwise returns False.
Public operatorStatic memberGreaterThan
Returns True if one coordinate is greater than the other, otherwise returns False.
Public operatorStatic memberGreaterThanOrEqual
Returns True if one coordinate is greater or equal than the other, otherwise returns False.
Public operatorStatic memberInequality
Returns True if two coordinates are not equal, otherwise returns False.
Public operatorStatic memberLessThan
Returns True if one coordinate is lesser than the other, otherwise returns False.
Public operatorStatic memberLessThanOrEqual
Returns True if one coordinate is lesser or equal than the other, otherwise returns False.
Public operatorStatic memberSubtraction
The substraction operator causes the first operand to be substracted by the second. M ordinate is not preserved during substraction operation.
Top
See Also