> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XCoordinate

> Integer type in the FlexiLayout language for X-coordinates on an image, with arithmetic against Distance values and comparison operators.

Integer type used to represent X-coordinates.

## Operators

| Operator                         | Description                                                                                                                                                                                |
| :------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `+`                              | 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. |
