var byteSwapped : Int
A representation of this integer with the byte order swapped.
この整数のバイト順交換した表現。
var littleEndian : Int
The little-endian representation of this integer.
この整数のリトルエンディアン表現。
var bigEndian : Int
The big-endian representation of this integer.
この整数のビッグエンディアン表現。
init(bigEndian : Int)
Creates an integer from its big-endian representation, changing the byte order if necessary.
それのビッグエンディアン表現から整数を作成します、必要ならばバイト順を変更します。