BigInteger.RotateRight(BigInteger, Int32) 方法

定義

以指定的數量向右旋轉值。

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

參數

value
BigInteger

由向右 rotateAmount旋轉的值。

rotateAmount
Int32

向右旋轉的數量 value

傳回

向右rotateAmount旋轉value的結果。

實作

適用於