Int16.RotateRight(Int16, Int32) Metodo

Definizione

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

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

Parametri

value
Int16

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