Int16.RotateLeft(Int16, Int32) メソッド

定義

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

public:
 static short RotateLeft(short value, int rotateAmount) = System::Numerics::IBinaryInteger<short>::RotateLeft;
public static short RotateLeft (short value, int rotateAmount);
static member RotateLeft : int16 * int -> int16
Public Shared Function RotateLeft (value As Short, rotateAmount As Integer) As Short

パラメーター

value
Int16

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

rotateAmount
Int32

左に回転する value 量。

戻り値

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

実装

適用対象