Vector256<T>.UnsignedRightShift(Vector256<T>, Int32) Operador

Definição

Shifts (sem sinal) cada elemento de um vetor à direita pelo valor especificado.

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

Parâmetros

value
Vector256<T>

O vetor cujos elementos devem ser deslocados.

shiftCount
Int32

O número de bits pelos quais deslocar cada elemento.

Retornos

Um vetor cujos elementos foram deslocados para a direita por shiftCount.

Aplica-se a