UInt32.RotateRight(UInt32, Int32) Methode

Definitie

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

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

Parameters

value
UInt32

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