init(bigEndian : Self)
Creates an integer from its big-endian representation, changing the byte order if necessary.
それのビッグエンディアン表現から整数を作成します、必要ならばバイト順を変更します。
Availability
Technology
init(bigEndian value: Self)
value
A value to use as the big-endian representation of the new integer. 新しい整数のビッグエンディアン表現として使う値。
init(bigEndian : Self)