A value to use as the big-endian representation of the new integer. 新しい整数のビッグエンディアン表現として使う値。
Initializerinit(big
init(bigEndian:)
Creates an integer from its big-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(bigEndian value: UInt16
)
Parameters パラメータ
value