Прочетете на английски Редактиране

Споделяне чрез


Vector256<T>.RightShift(Vector256<T>, Int32) Operator

Definition

Shifts (signed) each element of a vector right by the specified amount.

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

Parameters

value
Vector256<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 right by shiftCount.

Applies to

Продукт Версии
.NET 8, 9, 10