Function 関数

NSSwapShort(_:)

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

Declaration 宣言

func NSSwapShort(_ inv: UInt16) -> UInt16

Discussion 議論

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

See Also 参照

Related Documentation 関連文書