Int128.RotateLeft(Int128, Int32) Metode

Definisi

Memutar nilai yang ditinggalkan oleh jumlah tertentu.

public:
 static Int128 RotateLeft(Int128 value, int rotateAmount) = System::Numerics::IBinaryInteger<Int128>::RotateLeft;
public static Int128 RotateLeft (Int128 value, int rotateAmount);
static member RotateLeft : Int128 * int -> Int128
Public Shared Function RotateLeft (value As Int128, rotateAmount As Integer) As Int128

Parameter

value
Int128

Nilai yang diputar dibiarkan oleh rotateAmount.

rotateAmount
Int32

Jumlah yang value diputar ke kiri.

Mengembalikan

Hasil dari memutar value ke kiri oleh rotateAmount.

Penerapan

Berlaku untuk