Vector<T>.LeftShift(Vector<T>, Int32) Operator

Definition

Shifts each element of a vector left by the specified amount.

C#
public static System.Numerics.Vector<T> operator << (System.Numerics.Vector<T> value, int shiftCount);

Parameters

value
Vector<T>

The vector whose elements are to be shifted.

shiftCount
Int32

The number of bits by which to shift each element.

Returns

A vector whose elements where shifted left by shiftCount.

Applies to

Product Versions
.NET 8, 9