次の方法で共有


Sve2.CountMatchingElementsIn128BitSegments メソッド

定義

オーバーロード

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

ソース:
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)

パラメーター

left
Vector<Byte>
right
Vector<Byte>

返品

適用対象

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

ソース:
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)

パラメーター

left
Vector<SByte>
right
Vector<SByte>

返品

適用対象