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的結果。

實作

適用於