Int16.RotateRight(Int16, Int32) Methode

Definition

Rotiert einen Wert nach rechts um einen bestimmten Betrag.

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 rechts gedreht wird rotateAmount.

rotateAmount
Int32

Der Betrag, um den rechts value gedreht wird.

Gibt zurück

Das Ergebnis der Drehung value nach rechts um rotateAmount.

Implementiert

Gilt für: