Sve.CreateMaskForFirstActiveElement 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
CreateMaskForFirstActiveElement(Vector<UInt32>, Vector<UInt32>) |
svbool_t svpfirst[_b](svbool_t pg, svbool_t op) PFIRST Ptied.B, Pg, Ptied.B |
CreateMaskForFirstActiveElement(Vector<UInt64>, Vector<UInt64>) |
svbool_t svpfirst[_b](svbool_t pg, svbool_t op) PFIRST Ptied.B, Pg, Ptied.B |
CreateMaskForFirstActiveElement(Vector<UInt16>, Vector<UInt16>) |
svbool_t svpfirst[_b](svbool_t pg, svbool_t op) PFIRST Ptied.B, Pg, Ptied.B |
CreateMaskForFirstActiveElement(Vector<SByte>, Vector<SByte>) |
svbool_t svpfirst[_b](svbool_t pg, svbool_t op) PFIRST Ptied.B, Pg, Ptied.B |
CreateMaskForFirstActiveElement(Vector<Int16>, Vector<Int16>) |
svbool_t svpfirst[_b](svbool_t pg, svbool_t op) PFIRST Ptied.B, Pg, Ptied.B |
CreateMaskForFirstActiveElement(Vector<Int32>, Vector<Int32>) |
svbool_t svpfirst[_b](svbool_t pg, svbool_t op) PFIRST Ptied.B, Pg, Ptied.B |
CreateMaskForFirstActiveElement(Vector<Byte>, Vector<Byte>) |
svbool_t svpfirst[_b](svbool_t pg, svbool_t op) PFIRST Ptied.B, Pg, Ptied.B |
CreateMaskForFirstActiveElement(Vector<Int64>, Vector<Int64>) |
svbool_t svpfirst[_b](svbool_t pg, svbool_t op) PFIRST Ptied.B, Pg, Ptied.B |
CreateMaskForFirstActiveElement(Vector<UInt32>, Vector<UInt32>)
svbool_t svpfirst[_b](svbool_t pg, svbool_t op)
PFIRST Ptied.B, Pg, Ptied.B
public:
static System::Numerics::Vector<System::UInt32> CreateMaskForFirstActiveElement(System::Numerics::Vector<System::UInt32> mask, System::Numerics::Vector<System::UInt32> srcMask);
public static System.Numerics.Vector<uint> CreateMaskForFirstActiveElement (System.Numerics.Vector<uint> mask, System.Numerics.Vector<uint> srcMask);
static member CreateMaskForFirstActiveElement : System.Numerics.Vector<uint32> * System.Numerics.Vector<uint32> -> System.Numerics.Vector<uint32>
Public Shared Function CreateMaskForFirstActiveElement (mask As Vector(Of UInteger), srcMask As Vector(Of UInteger)) As Vector(Of UInteger)
Parameters
Returns
Applies to
CreateMaskForFirstActiveElement(Vector<UInt64>, Vector<UInt64>)
svbool_t svpfirst[_b](svbool_t pg, svbool_t op)
PFIRST Ptied.B, Pg, Ptied.B
public:
static System::Numerics::Vector<System::UInt64> CreateMaskForFirstActiveElement(System::Numerics::Vector<System::UInt64> mask, System::Numerics::Vector<System::UInt64> srcMask);
public static System.Numerics.Vector<ulong> CreateMaskForFirstActiveElement (System.Numerics.Vector<ulong> mask, System.Numerics.Vector<ulong> srcMask);
static member CreateMaskForFirstActiveElement : System.Numerics.Vector<uint64> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint64>
Public Shared Function CreateMaskForFirstActiveElement (mask As Vector(Of ULong), srcMask As Vector(Of ULong)) As Vector(Of ULong)
Parameters
Returns
Applies to
CreateMaskForFirstActiveElement(Vector<UInt16>, Vector<UInt16>)
svbool_t svpfirst[_b](svbool_t pg, svbool_t op)
PFIRST Ptied.B, Pg, Ptied.B
public:
static System::Numerics::Vector<System::UInt16> CreateMaskForFirstActiveElement(System::Numerics::Vector<System::UInt16> mask, System::Numerics::Vector<System::UInt16> srcMask);
public static System.Numerics.Vector<ushort> CreateMaskForFirstActiveElement (System.Numerics.Vector<ushort> mask, System.Numerics.Vector<ushort> srcMask);
static member CreateMaskForFirstActiveElement : System.Numerics.Vector<uint16> * System.Numerics.Vector<uint16> -> System.Numerics.Vector<uint16>
Public Shared Function CreateMaskForFirstActiveElement (mask As Vector(Of UShort), srcMask As Vector(Of UShort)) As Vector(Of UShort)
Parameters
Returns
Applies to
CreateMaskForFirstActiveElement(Vector<SByte>, Vector<SByte>)
svbool_t svpfirst[_b](svbool_t pg, svbool_t op)
PFIRST Ptied.B, Pg, Ptied.B
public:
static System::Numerics::Vector<System::SByte> CreateMaskForFirstActiveElement(System::Numerics::Vector<System::SByte> mask, System::Numerics::Vector<System::SByte> srcMask);
public static System.Numerics.Vector<sbyte> CreateMaskForFirstActiveElement (System.Numerics.Vector<sbyte> mask, System.Numerics.Vector<sbyte> srcMask);
static member CreateMaskForFirstActiveElement : System.Numerics.Vector<sbyte> * System.Numerics.Vector<sbyte> -> System.Numerics.Vector<sbyte>
Public Shared Function CreateMaskForFirstActiveElement (mask As Vector(Of SByte), srcMask As Vector(Of SByte)) As Vector(Of SByte)
Parameters
Returns
Applies to
CreateMaskForFirstActiveElement(Vector<Int16>, Vector<Int16>)
svbool_t svpfirst[_b](svbool_t pg, svbool_t op)
PFIRST Ptied.B, Pg, Ptied.B
public:
static System::Numerics::Vector<short> CreateMaskForFirstActiveElement(System::Numerics::Vector<short> mask, System::Numerics::Vector<short> srcMask);
public static System.Numerics.Vector<short> CreateMaskForFirstActiveElement (System.Numerics.Vector<short> mask, System.Numerics.Vector<short> srcMask);
static member CreateMaskForFirstActiveElement : System.Numerics.Vector<int16> * System.Numerics.Vector<int16> -> System.Numerics.Vector<int16>
Public Shared Function CreateMaskForFirstActiveElement (mask As Vector(Of Short), srcMask As Vector(Of Short)) As Vector(Of Short)
Parameters
Returns
Applies to
CreateMaskForFirstActiveElement(Vector<Int32>, Vector<Int32>)
svbool_t svpfirst[_b](svbool_t pg, svbool_t op)
PFIRST Ptied.B, Pg, Ptied.B
public:
static System::Numerics::Vector<int> CreateMaskForFirstActiveElement(System::Numerics::Vector<int> mask, System::Numerics::Vector<int> srcMask);
public static System.Numerics.Vector<int> CreateMaskForFirstActiveElement (System.Numerics.Vector<int> mask, System.Numerics.Vector<int> srcMask);
static member CreateMaskForFirstActiveElement : System.Numerics.Vector<int> * System.Numerics.Vector<int> -> System.Numerics.Vector<int>
Public Shared Function CreateMaskForFirstActiveElement (mask As Vector(Of Integer), srcMask As Vector(Of Integer)) As Vector(Of Integer)
Parameters
Returns
Applies to
CreateMaskForFirstActiveElement(Vector<Byte>, Vector<Byte>)
svbool_t svpfirst[_b](svbool_t pg, svbool_t op)
PFIRST Ptied.B, Pg, Ptied.B
public:
static System::Numerics::Vector<System::Byte> CreateMaskForFirstActiveElement(System::Numerics::Vector<System::Byte> mask, System::Numerics::Vector<System::Byte> srcMask);
public static System.Numerics.Vector<byte> CreateMaskForFirstActiveElement (System.Numerics.Vector<byte> mask, System.Numerics.Vector<byte> srcMask);
static member CreateMaskForFirstActiveElement : System.Numerics.Vector<byte> * System.Numerics.Vector<byte> -> System.Numerics.Vector<byte>
Public Shared Function CreateMaskForFirstActiveElement (mask As Vector(Of Byte), srcMask As Vector(Of Byte)) As Vector(Of Byte)
Parameters
Returns
Applies to
CreateMaskForFirstActiveElement(Vector<Int64>, Vector<Int64>)
svbool_t svpfirst[_b](svbool_t pg, svbool_t op)
PFIRST Ptied.B, Pg, Ptied.B
public:
static System::Numerics::Vector<long> CreateMaskForFirstActiveElement(System::Numerics::Vector<long> mask, System::Numerics::Vector<long> srcMask);
public static System.Numerics.Vector<long> CreateMaskForFirstActiveElement (System.Numerics.Vector<long> mask, System.Numerics.Vector<long> srcMask);
static member CreateMaskForFirstActiveElement : System.Numerics.Vector<int64> * System.Numerics.Vector<int64> -> System.Numerics.Vector<int64>
Public Shared Function CreateMaskForFirstActiveElement (mask As Vector(Of Long), srcMask As Vector(Of Long)) As Vector(Of Long)