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
Int32

戻り値

BigInteger

右に回転した value 結果を次の値で指定します rotateAmount

実装

適用対象