UInt32.RotateRight(UInt32, Int32) Metod

Definition

Roterar ett värde höger med ett angivet belopp.

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

Parametrar

value
UInt32

Värdet som roteras höger av rotateAmount.

rotateAmount
Int32

Mängden som value roteras åt höger.

Returer

Resultatet av att value rotera åt höger med rotateAmount.

Implementeringar

Gäller för