SByte.RotateLeft(SByte, Int32) Metode

Definisi

Memutar nilai yang ditinggalkan oleh jumlah tertentu.

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

Parameter

value
SByte

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