Byte.RotateRight(Byte, Int32) Metod

Definition

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

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

Parametrar

value
Byte

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