Initializer

init(littleEndian:)

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

Declaration 宣言

init(littleEndian value: UInt8)

Parameters パラメータ

value

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