Vector.BitwiseOr<T>(Vector<T>, Vector<T>) Metoda

Definice

Vrátí nový vektor provedením bitové Or operace s každou dvojicí prvků ve dvou vektorech.

public static System.Numerics.Vector<T> BitwiseOr<T>(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right) where T : struct;
public static System.Numerics.Vector<T> BitwiseOr<T>(System.Numerics.Vector<T> left, System.Numerics.Vector<T> right);

Parametry typu

T

Typ vektoru. T může být libovolný primitivní číselný typ.

Parametry

left
Vector<T>

První vektor.

right
Vector<T>

Druhý vektor.

Návraty

Výsledný vektor.

Platí pro

Produkt Verze
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Standard 2.0 (package-provided), 2.1
UWP 10.0