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