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

Definition

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

public static System.Runtime.Intrinsics.Vector512<T> operator << (System.Runtime.Intrinsics.Vector512<T> value, int shiftCount);

Parameters

value
Vector512<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