BigInteger.RotateLeft(BigInteger, Int32) Metode

Definisi

Memutar nilai yang ditinggalkan oleh jumlah tertentu.

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

Parameter

value
BigInteger

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