func NSSwapHostDoubleToLittle (Double) -> NSSwappedDouble
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
func NSSwapHostDoubleToBig (Double) -> NSSwappedDouble
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
Availability 有効性
Technology
func NSConvertHostDoubleToSwapped(_ x: Double
) -> NSSwappedDouble
Converts the double value in x
to a value whose bytes can be swapped. This function does not actually swap the bytes of x
. You should not need to call this function directly.
x
の中のダブル値を、それのバイトがスワップできるある値に変換します。この関数は、x
のバイトを実際にはスワップしません。あなたはこの関数を直接に呼び出す必要はないはずです。
func NSSwapHostDoubleToLittle (Double) -> NSSwappedDouble
func NSSwapHostDoubleToBig (Double) -> NSSwappedDouble