Sve2.CountMatchingElementsIn128BitSegments メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| CountMatchingElementsIn128BitSegments(Vector<Byte>, Vector<Byte>) | |
| CountMatchingElementsIn128BitSegments(Vector<SByte>, Vector<SByte>) |
CountMatchingElementsIn128BitSegments(Vector<Byte>, Vector<Byte>)
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)
パラメーター
返品
適用対象
CountMatchingElementsIn128BitSegments(Vector<SByte>, Vector<SByte>)
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)