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

Definisi

Memutar nilai tepat dengan jumlah tertentu.

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

Parameter

value
TSelf

Nilai yang diputar tepat oleh rotateAmount.

rotateAmount
Int32

Jumlah yang value diputar ke kanan.

Mengembalikan

TSelf

Hasil dari memutar value ke kanan dengan rotateAmount.

Berlaku untuk