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

定義

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

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

パラメーター

value
BigInteger

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

rotateAmount
Int32

左に回転する value 量。

戻り値

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

実装

適用対象