> ## 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.

# YCoordinate

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

Integer type used to represent Y-coordinates.

## Operators

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