Instance Property インスタンスプロパティ

bigEndian

The big-endian representation of this integer. この整数のビッグエンディアン表現。

Declaration 宣言

var bigEndian: Int32 { get }

Discussion 解説

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.bigEndian. 必要ならば、この値のバイト順はこの整数型の典型的なバイト順からひっくり返されます。ビッグエンディアンプラットホーム上で、何らかの整数xに対して、x == x.bigEndian