Int16.RotateLeft(Int16, Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した量の値を左に回転します。
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が左に回転する量。
返品
valueで左rotateAmount回転した結果。