Vector512<T>.LeftShift(Vector512<T>, Int32) Оператор

Определение

Сдвигает каждый элемент вектора влево на указанный объем.

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

Параметры

value
Vector512<T>

Вектор, элементы которого должны быть смещены.

shiftCount
Int32

Количество битов, по которым необходимо переместить каждый элемент.

Возвращаемое значение

Вектор, элементы которого перемещаются влево shiftCount.

Применяется к