Skip to main content
Type used to represent the allowed range of distances.

Operators

OperatorDescription
*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

MethodDescription
Distance Start()Returns the minimum distance. Read-only property.
Distance End()Returns the maximum distance. Read-only property.