Function 関数

NSSwapBigDoubleToHost(_:)

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

Declaration 宣言

func NSSwapBigDoubleToHost(_ x: NSSwappedDouble) -> Double

Discussion 議論

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

See Also 参照

Related Documentation 関連文書