Sve2.CountMatchingElementsIn128BitSegments Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| CountMatchingElementsIn128BitSegments(Vector<Byte>, Vector<Byte>) | |
| CountMatchingElementsIn128BitSegments(Vector<SByte>, Vector<SByte>) |
CountMatchingElementsIn128BitSegments(Vector<Byte>, Vector<Byte>)
- Source:
- 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)
Parameters
Returns
Applies to
CountMatchingElementsIn128BitSegments(Vector<SByte>, Vector<SByte>)
- Source:
- 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)