Function 関数

NSSwapLongLong

Swaps the bytes of a number. ある数のバイトそれらをスワップします。

Declaration 宣言

unsigned long long NSSwapLongLong(unsigned long long inv);

Discussion 議論

Swaps the bytes of inv 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 8, this function swaps bytes 1 and 8, bytes 2 and 7, bytes 3 and 6, and bytes 4 and 5. invのバイトをスワップして、結果の値を返します。バイトは、各下位位置から対応する上位位置へ、そして逆に、スワップされます。例えば、invのバイトが1から8に順番付けられるならば、この関数はバイト1と8、バイト2と7、バイト3と6、そしてバイト4と5をスワップします。

See Also 参照

Related Documentation 関連文書