Int16.RotateRight(Int16, Int32) Metod

Definition

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

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

Parametrar

value
Int16

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