[MQL5] 5. Char, Short, Int and Long Types


[MQL5] 5. Char, Short, Int and Long Types

Char, Short, Int and Long Types char The char type takes 1 byte of memory (8 bits) and allows expressing in the binary notation 2^8=256 values. The char type can contain both positive and negative values. The range of values is from -128 to 127. char 유형은 1바이트의 메모리(8비트)를 사용하며 이진수 표기법 2^8=256 값으로 표현할 수 있다. char 유형은 양수 및 음수 값을 모두 포함할 수 있습니다. 값의 범위는 -128 ~ 127입니다. uchar The uchar integer type also occupies 1 byte of memory, as well as the char type, but unlike it uchar is intended only for positive ...


#AI #코딩 #자동거래 #외환거래 #시스템트레이딩 #mql5 #mql4 #FX마진 #EA #프로그래밍

원문링크 : [MQL5] 5. Char, Short, Int and Long Types