Initializer

init(bigEndian:)

Creates an integer from its big-endian representation, changing the byte order if necessary. それのビッグエンディアン表現から整数を作成します、必要ならばバイト順を変更します。

Declaration 宣言

init(bigEndian value: Int8)

Parameters パラメータ

value

A value to use as the big-endian representation of the new integer. 新しい整数のビッグエンディアン表現として使う値。