Function 関数

NSSwapHostDoubleToBig(_:)

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

Declaration 宣言

func NSSwapHostDoubleToBig(_ x: Double) -> NSSwappedDouble

Discussion 議論

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

See Also 参照

Related Documentation 関連文書