Int16.RotateRight(Int16, Int32) Metoda

Definicja

Obraca wartość w prawo o daną kwotę.

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

Parametry

value
Int16

Wartość, która jest obracana bezpośrednio przez rotateAmount.

rotateAmount
Int32

Kwota, o którą value jest obracana w prawo.

Zwraca

Wynik rotacji value w prawo przez rotateAmount.

Implementuje

Dotyczy