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