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