Go to the first, previous, next, last section, table of contents.


シフト演算子

二項演算子の "<<" は左引数の値を、右引数で示すビット数だけ、左にシフトし た値を返します。引数は整数でなければなりません。

二項演算子の ">>" は左引数の値を、右引数で示すビット数だけ、右にシフトし た値を返します。引数は整数でなければなりません。


Go to the first, previous, next, last section, table of contents.

検索式: