Char.IBinaryInteger<Char>.RotateRight(Char, Int32) メソッド

定義

指定した量だけ値を右方向に回転します。

 static char System.Numerics.IBinaryInteger<System.Char>.RotateRight(char value, int rotateAmount) = System::Numerics::IBinaryInteger<char>::RotateRight;
static char IBinaryInteger<char>.RotateRight (char value, int rotateAmount);
static member System.Numerics.IBinaryInteger<System.Char>.RotateRight : char * int -> char
 Shared Function RotateRight (value As Char, rotateAmount As Integer) As Char Implements IBinaryInteger(Of Char).RotateRight

パラメーター

value
Char

によって rotateAmount右に回転される値。

rotateAmount
Int32

右に回転する value 量。

戻り値

右を で回転したvaluerotateAmount結果。

実装

適用対象