Function 関数

NSSwapShort

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

Declaration 宣言

unsigned short NSSwapShort(unsigned short inv);

Discussion 議論

Swaps the low-order and high-order bytes of inv and returns the resulting value. invの下位および上位バイトをスワップして、結果の値を返します。

See Also 参照

Related Documentation 関連文書