Function 関数

NSSwapLittleIntToHost(_:)

Swaps the bytes of a number. ある数のバイトそれらをスワップします。

Declaration 宣言

func NSSwapLittleIntToHost(_ x: UInt32) -> UInt32

Discussion 議論

Converts the little-endian formatted value in x to the current endian format and returns the resulting value. If it is necessary to swap the bytes, this function calls NSSwapInt(_:) to perform the swap. xの中のリトルエンディアン形式の値を現在のエンディアン形式に変換して、結果の値を返します。バイトをスワップする必要があるならば、この関数はNSSwapInt(_:)を呼び出してスワップを実行します。

See Also 参照

Related Documentation 関連文書