Sve2.CountMatchingElementsIn128BitSegments Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| CountMatchingElementsIn128BitSegments(Vector<Byte>, Vector<Byte>) | |
| CountMatchingElementsIn128BitSegments(Vector<SByte>, Vector<SByte>) |
CountMatchingElementsIn128BitSegments(Vector<Byte>, Vector<Byte>)
- Origem:
- 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)
Parâmetros
Retornos
Aplica-se a
CountMatchingElementsIn128BitSegments(Vector<SByte>, Vector<SByte>)
- Origem:
- 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)