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

# DistInterval

> Range of allowed Distance values in the FlexiLayout language, with Start and End methods and multiplication or division by Int values.

Type used to represent the allowed range of distances.

## Operators

| Operator | Description                                                                                                             |
| :------- | :---------------------------------------------------------------------------------------------------------------------- |
| `*`      | Multiplies a value of type DistInterval by a number of type Int. Binary operator. Returns a value of type DistInterval. |
| `/`      | Divides by a number of type Int. Binary operator.                                                                       |

## Methods

| Method             | Description                                       |
| :----------------- | :------------------------------------------------ |
| `Distance Start()` | Returns the minimum distance. Read-only property. |
| `Distance End()`   | Returns the maximum distance. Read-only property. |
