Standard Conversions
Int→RealRect→RegionXCoordinate→XIntervalYCoordinate→YIntervalDistance→DistInterval
Conversions That May Result in Errors
The following conversions are allowed in the language, but may result in an error. For example, conversionXCoordinate → Distance with a subsequent conversion Distance → YCoordinate may lead to an error of converting an X-coordinate into a Y-coordinate.
If you use such conversions in your code, the compiler will display a warning message.
Distance→XCoordinateDistance→YCoordinateXCoordinate→DistanceYCoordinate→DistanceDistInterval→XIntervalDistInterval→YIntervalXinterval→DistIntervalYinterval→DistInterval
