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

Definicja

Obraca wartość pozostawioną przez daną kwotę.

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

Parametry

value
TSelf

Wartość, która jest obracana w lewo przez rotateAmount.

rotateAmount
Int32

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

Zwraca

TSelf

Wynik rotacji value w lewo przez rotateAmount.

Dotyczy