代入演算子【Assignment operation】

The value of the expression that includes the given operation is the value of the left operand after assignment.

特定の演算を含む式の値は、左の演算対象となる値に代入されます。

 

The following operations unite arithmetic or bitwise operations with operation of assignment:

次の演算子は、算術または、ビット演算に代入演算子が結びついたものです。

 

There can be only one operation of assignment in an expression. Bitwise operations are performed with integer numbers only. The logical shift operation uses values of x less than 5 binary digits. The greater digits are rejected, so the shift is for the range of 0 to 31 bit. By %= operation (y value by module of x), the result sign is equal to the sign of divided number.

これらは一つの式に一つの代入演算子しか使用できません。ビット演算子は整数値にしか実行できません。論理シフト演算は5桁の2進数より小さい値しか x の値を使えません。シフトは 0 ~ 31 ビットの範囲ですので、より大きい桁は拒否されます。%= 演算子(y を x で割った剰余)を使用することによって、結果の符合が割った数の符号と等しくなります。

Leave a Reply

Your email address will not be published. Required fields are marked *

CAPTCHA


You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">