Freigeben über


Sve2.CountMatchingElementsIn128BitSegments Methode

Definition

Überlädt

CountMatchingElementsIn128BitSegments(Vector<Byte>, Vector<Byte>)

Quelle:
Sve2.PlatformNotSupported.cs
public:
 static System::Numerics::Vector<System::Byte> CountMatchingElementsIn128BitSegments(System::Numerics::Vector<System::Byte> left, System::Numerics::Vector<System::Byte> right);
public static System.Numerics.Vector<byte> CountMatchingElementsIn128BitSegments(System.Numerics.Vector<byte> left, System.Numerics.Vector<byte> right);
static member CountMatchingElementsIn128BitSegments : System.Numerics.Vector<byte> * System.Numerics.Vector<byte> -> System.Numerics.Vector<byte>
Public Shared Function CountMatchingElementsIn128BitSegments (left As Vector(Of Byte), right As Vector(Of Byte)) As Vector(Of Byte)

Parameter

left
Vector<Byte>
right
Vector<Byte>

Gibt zurück

Gilt für:

CountMatchingElementsIn128BitSegments(Vector<SByte>, Vector<SByte>)

Quelle:
Sve2.PlatformNotSupported.cs
public:
 static System::Numerics::Vector<System::Byte> CountMatchingElementsIn128BitSegments(System::Numerics::Vector<System::SByte> left, System::Numerics::Vector<System::SByte> right);
public static System.Numerics.Vector<byte> CountMatchingElementsIn128BitSegments(System.Numerics.Vector<sbyte> left, System.Numerics.Vector<sbyte> right);
static member CountMatchingElementsIn128BitSegments : System.Numerics.Vector<sbyte> * System.Numerics.Vector<sbyte> -> System.Numerics.Vector<byte>
Public Shared Function CountMatchingElementsIn128BitSegments (left As Vector(Of SByte), right As Vector(Of SByte)) As Vector(Of Byte)

Parameter

left
Vector<SByte>
right
Vector<SByte>

Gibt zurück

Gilt für: