Skip to main content
Integer type used to represent X-coordinates.

Operators

OperatorDescription
+Adds a value of type XCoordinate to a value of type Distance. Binary operator. Returns a value of type XCoordinate.
-Subtracts a value of type Distance from a value of type XCoordinate. Binary operator. Returns a value of type XCoordinate.
-Subtracts a value of type XCoordinate from a value of type XCoordinate. Binary operator. Returns a value of type Distance.
<, <=, >, >=, ==, !=Compares two values of type XCoordinate: less than, less than or equal to, greater than, greater than or equal to, equal to, not equal to. Binary operators. Return a value of type Logic.