var littleEndian : Self
The little-endian representation of this integer.
この整数のリトルエンディアン表現。
Availability
Technology
var littleEndian: Self { get }
If necessary, the byte order of this value is reversed from the typical byte order of this integer type. On a little-endian platform, for any integer x
, x == x
.
必要ならば、この値のバイト順はこの整数型の典型的なバイト順からひっくり返されます。リトルエンディアンプラットホーム上で、何らかの整数x
に対して、x == x
。
var littleEndian : Self