Int16.RotateRight(Int16, Int32) Methode

Definition

Dreht einen Wert um einen bestimmten Betrag nach rechts.

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

Parameter

value
Int16

Der Wert, der nach rotateAmountrechts gedreht wird.

rotateAmount
Int32

Der Betrag, um den value nach rechts gedreht wird.

Gibt zurück

Das Ergebnis der Drehung value nach rechts um rotateAmount.

Implementiert

Gilt für: