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 量。

返回

向右value旋转rotateAmount的结果。

实现

适用于