BigInteger.RotateRight(BigInteger, Int32) Methode

Definitie

Hiermee draait u een waarde naar rechts met een bepaald bedrag.

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

Parameters

value
BigInteger

De waarde die naar rechts rotateAmountwordt gedraaid.

rotateAmount
Int32

Het bedrag waarmee value rechts wordt gedraaid.

Retouren

Het resultaat van rechts draaien value door rotateAmount.

Implementeringen

Van toepassing op