NSSwapBigFloatToHost
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
NSSwapLittleFloatToHost
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
Availability 有効性
Technology
float NSConvertSwappedFloatToHost(NSSwappedFloat
x);
Converts the value in x
to a float value. This function does not actually swap the bytes of x
. You should not need to call this function directly.
x
の中の値をfloat値に変換します。この関数は、x
のバイトを実際にはスワップしません。あなたはこの関数を直接に呼び出す必要はないはずです。
NSSwapBigFloatToHost
NSSwapLittleFloatToHost