UInt16.RotateRight(UInt16, Int32) Metodo

Definizione

Ruota un valore a destra in base a una determinata quantità.

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

Parametri

value
UInt16

Valore ruotato a destra da rotateAmount.

rotateAmount
Int32

Quantità in base alla quale value viene ruotata a destra.

Restituisce

Risultato della rotazione value destra da rotateAmount.

Implementazioni

Si applica a