IBinaryInteger<TSelf>.RotateRight(TSelf, Int32) Metoda

Definicja

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

public:
 static override TSelf RotateRight(TSelf value, int rotateAmount);
public static virtual TSelf RotateRight (TSelf value, int rotateAmount);
static member RotateRight : 'Self * int -> 'Self
Public Shared Overrides Function RotateRight (value As TSelf, rotateAmount As Integer) As TSelf

Parametry

value
TSelf

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

rotateAmount
Int32

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

Zwraca

TSelf

Wynik rotacji value w prawo przez rotateAmount.

Dotyczy