+ | Adds a value of type YCoordinate to a value of type Distance. Binary operator. Returns a value of type YCoordinate. |
- | Subtracts a value of type Distance from a value of type YCoordinate. Binary operator. Returns a value of type YCoordinate. |
- | Subtracts a value of type YCoordinate from a value of type YCoordinate. Binary operator. Returns a value of type Distance. |
<, <=, >, >=, ==, != | Operators that compare two values of type YCoordinate: less than, less than or equal to, greater than, greater than or equal to, equal to, not equal to. Binary operator. Returns a value of type Logic. |