Vector<T>.UnsignedRightShift(Vector<T>, Int32) Operátor

Definice

Posune (bez znaménka) každý prvek vektoru doprava o zadanou hodnotu.

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

Parametry

value
Vector<T>

Vektor, jehož prvky mají být posunuty.

shiftCount
Int32

Počet bitů, o které se mají jednotlivé prvky posunout.

Návraty

Vektor, jehož prvky jsou posunuty doprava o shiftCount.

Platí pro