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

定義

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

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

パラメーター

value
SByte

rotateAmountで左に回転する値。

rotateAmount
Int32

valueが左に回転する量。

返品

valueで左rotateAmount回転した結果。

実装

適用対象