NSSwapLong
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
NSSwapShort
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
NSSwapLongLong
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
Availability 有効性
Technology
unsigned int NSSwapInt(unsigned int inv);
Swaps the bytes of iv
and returns the resulting value. Bytes are swapped from each low-order position to the corresponding high-order position and vice versa. For example, if the bytes of inv
are numbered from 1 to 4, this function swaps bytes 1 and 4, and bytes 2 and 3.
iv
のバイトをスワップして、結果の値を返します。バイトは、各下位位置から対応する上位位置へ、そして逆に、スワップされます。例えば、inv
のバイトが1から4に順番付けられるならば、この関数はバイト1と4、そしてバイト2と3をスワップします。
NSSwapLong
NSSwapShort
NSSwapLongLong