NSSwapBigFloatToHost
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
NSSwapHostFloatToLittle
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
NSConvertSwappedFloatToHost
Performs a type conversion.
型変換を実行します。
Availability 有効性
Technology
float NSSwapLittleFloatToHost(NSSwappedFloat
x);
Converts the little-endian formatted 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
を呼び出してスワップを実行します。
NSSwapBigFloatToHost
NSSwapHostFloatToLittle
NSConvertSwappedFloatToHost