A value to use as the little-endian representation of the new integer. 新しい整数のリトルエンディアン表現として使う値。
Initializerinit(little
init(littleEndian:)
Creates an integer from its little-endian representation, changing the byte order if necessary.
それのリトルエンディアン表現から整数を作成します、必要ならばバイト順を変更します。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 7.1+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
init(littleEndian value: UInt32
)
Parameters パラメータ
value