9 articles データ型

整数定数【Integer constants】

Decimals: numbers from 0 to 9; zero must not be the first number. 10進数: 0 ~ 9 までの数。ゼロは最初の数であってはなりません。 Examples…

型キャスト【Type casting】

Only implicit type casting is used in MQL 4 expressions. The type priority grows at casting: ただ暗黙の型キャストだけが MQL…

データ型【Data Types】

Any program operates with data. Data can be of different types depending on their purposes. For example, integ…