UInt16.RotateRight(UInt16, Int32) Methode

Definition

Dreht einen Wert um einen bestimmten Betrag nach rechts.

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

Parameter

value
UInt16

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: