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