Vector<T>.LeftShift(Vector<T>, Int32) Operátor

Definice

Posune každý prvek vektoru doleva o zadanou hodnotu.

public:
 static System::Numerics::Vector<T> operator <<(System::Numerics::Vector<T> value, int shiftCount);
public static System.Numerics.Vector<T> operator << (System.Numerics.Vector<T> value, int shiftCount);
static member ( <<< ) : System.Numerics.Vector<'T> * int -> System.Numerics.Vector<'T>
Public Shared Operator << (value As Vector(Of T), shiftCount As Integer) As Vector(Of T)

Parametry

value
Vector<T>

Vektor, jehož prvky mají být posunuty.

shiftCount
Int32

Počet bitů, o které se mají jednotlivé prvky posunout.

Návraty

Vektor, jehož prvky jsou posunuty doleva o shiftCount.

Platí pro