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

定義

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

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

パラメーター

value
Int128

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

rotateAmount
Int32

左に回転する value 量。

戻り値

によって左rotateAmountに回転したvalue結果。

実装

適用対象