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

返回

rotateAmountvalue右旋转的结果。

实现

适用于