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

定義

指定した量だけ値を左に回転します。

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

パラメーター

value
Char

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

rotateAmount
Int32

左に回転する value 量。

戻り値

rotateAmount方向に回転したvalue結果 。

実装

適用対象