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

Definisi

Memutar nilai yang ditinggalkan oleh jumlah tertentu.

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

Parameter

value
TSelf

Nilai yang diputar dibiarkan oleh rotateAmount.

rotateAmount
Int32

Jumlah yang value diputar kiri.

Mengembalikan

TSelf

Hasil dari memutar value ke kiri oleh rotateAmount.

Berlaku untuk