Japanese (日本語)

型の変換

FlexiLayout言語は、暗黙の型変換をサポートしています。

Int –> Real
Rect –> Region
XCoordinate –> XInterval
YCoordinate –> YInterval
Distance –> DistInterval

以下の変換が言語で許可されていますが、エラーが発生する可能性があります。例えば、変換XCoordinate –> Distance、続いて変換Distance –> YCoordinateを行うと、X座標からY座標への変換でエラーが出るかもしれません。

コードでこのような変換を使用すると、コンパイラは警告メッセージを表示します。

Distance –> XCoordinate
Distance –> YCoordinate
XCoordinate –> Distance
YCoordinate –> Distance
DistInterval –> XInterval
DistInterval –> YInterval
Xinterval –> DistInterval
Yinterval –> DistInterval

12.04.2024 18:16:07

Please leave your feedback about this article

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.