func NSSwapLittleDoubleToHost (NSSwappedDouble) -> Double
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
func NSSwapHostDoubleToBig (Double) -> NSSwappedDouble
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
Availability 有効性
Technology
func NSSwapBigDoubleToHost(_ x: NSSwappedDouble
) -> Double
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 NSSwap
to perform the swap.
x
の中のビッグエンディアン値を現在のエンディアン形式に変換して、結果の値を返します。x
のバイトをスワップする必要があるならば、この関数はNSSwap
を呼び出すことでスワップを実行します。
func NSSwapLittleDoubleToHost (NSSwappedDouble) -> Double
func NSSwapHostDoubleToBig (Double) -> NSSwappedDouble