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

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


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

Definition

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

C#
public static System.Numerics.Vector<T> op_UnsignedRightShift(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 right by shiftCount.

Applies to

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