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

Definition

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

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

Parameters

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

Product Versions
.NET 8, 9