Sve.CreateBreakAfterMask Method
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.
CreateBreakAfterMask(Vector<UInt32>, Vector<UInt32>) |
svbool_t svbrka[_b]_z(svbool_t pg, svbool_t op) BRKA Presult.B, Pg/Z, Pop.B |
CreateBreakAfterMask(Vector<UInt64>, Vector<UInt64>) |
svbool_t svbrka[_b]_z(svbool_t pg, svbool_t op) BRKA Presult.B, Pg/Z, Pop.B |
CreateBreakAfterMask(Vector<SByte>, Vector<SByte>) |
svbool_t svbrka[_b]_z(svbool_t pg, svbool_t op) BRKA Presult.B, Pg/Z, Pop.B |
CreateBreakAfterMask(Vector<UInt16>, Vector<UInt16>) |
svbool_t svbrka[_b]_z(svbool_t pg, svbool_t op) BRKA Presult.B, Pg/Z, Pop.B |
CreateBreakAfterMask(Vector<Int32>, Vector<Int32>) |
svbool_t svbrka[_b]_z(svbool_t pg, svbool_t op) BRKA Presult.B, Pg/Z, Pop.B |
CreateBreakAfterMask(Vector<Int64>, Vector<Int64>) |
svbool_t svbrka[_b]_z(svbool_t pg, svbool_t op) BRKA Presult.B, Pg/Z, Pop.B |
CreateBreakAfterMask(Vector<Int16>, Vector<Int16>) |
svbool_t svbrka[_b]_z(svbool_t pg, svbool_t op) BRKA Presult.B, Pg/Z, Pop.B |
CreateBreakAfterMask(Vector<Byte>, Vector<Byte>) |
svbool_t svbrka[_b]_z(svbool_t pg, svbool_t op) BRKA Presult.B, Pg/Z, Pop.B |
svbool_t svbrka[_b]_z(svbool_t pg, svbool_t op)
BRKA Presult.B, Pg/Z, Pop.B
public:
static System::Numerics::Vector<System::UInt32> CreateBreakAfterMask(System::Numerics::Vector<System::UInt32> mask, System::Numerics::Vector<System::UInt32> srcMask);
public static System.Numerics.Vector<uint> CreateBreakAfterMask (System.Numerics.Vector<uint> mask, System.Numerics.Vector<uint> srcMask);
static member CreateBreakAfterMask : System.Numerics.Vector<uint32> * System.Numerics.Vector<uint32> -> System.Numerics.Vector<uint32>
Public Shared Function CreateBreakAfterMask (mask As Vector(Of UInteger), srcMask As Vector(Of UInteger)) As Vector(Of UInteger)
Parameters
Returns
Applies to
.NET 9
Proizvod | Verzije |
---|---|
.NET | 9 |
svbool_t svbrka[_b]_z(svbool_t pg, svbool_t op)
BRKA Presult.B, Pg/Z, Pop.B
public:
static System::Numerics::Vector<System::UInt64> CreateBreakAfterMask(System::Numerics::Vector<System::UInt64> mask, System::Numerics::Vector<System::UInt64> srcMask);
public static System.Numerics.Vector<ulong> CreateBreakAfterMask (System.Numerics.Vector<ulong> mask, System.Numerics.Vector<ulong> srcMask);
static member CreateBreakAfterMask : System.Numerics.Vector<uint64> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint64>
Public Shared Function CreateBreakAfterMask (mask As Vector(Of ULong), srcMask As Vector(Of ULong)) As Vector(Of ULong)
Parameters
Returns
Applies to
.NET 9
Proizvod | Verzije |
---|---|
.NET | 9 |
svbool_t svbrka[_b]_z(svbool_t pg, svbool_t op)
BRKA Presult.B, Pg/Z, Pop.B
public:
static System::Numerics::Vector<System::SByte> CreateBreakAfterMask(System::Numerics::Vector<System::SByte> mask, System::Numerics::Vector<System::SByte> srcMask);
public static System.Numerics.Vector<sbyte> CreateBreakAfterMask (System.Numerics.Vector<sbyte> mask, System.Numerics.Vector<sbyte> srcMask);
static member CreateBreakAfterMask : System.Numerics.Vector<sbyte> * System.Numerics.Vector<sbyte> -> System.Numerics.Vector<sbyte>
Public Shared Function CreateBreakAfterMask (mask As Vector(Of SByte), srcMask As Vector(Of SByte)) As Vector(Of SByte)
Parameters
Returns
Applies to
.NET 9
Proizvod | Verzije |
---|---|
.NET | 9 |
svbool_t svbrka[_b]_z(svbool_t pg, svbool_t op)
BRKA Presult.B, Pg/Z, Pop.B
public:
static System::Numerics::Vector<System::UInt16> CreateBreakAfterMask(System::Numerics::Vector<System::UInt16> mask, System::Numerics::Vector<System::UInt16> srcMask);
public static System.Numerics.Vector<ushort> CreateBreakAfterMask (System.Numerics.Vector<ushort> mask, System.Numerics.Vector<ushort> srcMask);
static member CreateBreakAfterMask : System.Numerics.Vector<uint16> * System.Numerics.Vector<uint16> -> System.Numerics.Vector<uint16>
Public Shared Function CreateBreakAfterMask (mask As Vector(Of UShort), srcMask As Vector(Of UShort)) As Vector(Of UShort)
Parameters
Returns
Applies to
.NET 9
Proizvod | Verzije |
---|---|
.NET | 9 |
svbool_t svbrka[_b]_z(svbool_t pg, svbool_t op)
BRKA Presult.B, Pg/Z, Pop.B
public:
static System::Numerics::Vector<int> CreateBreakAfterMask(System::Numerics::Vector<int> mask, System::Numerics::Vector<int> srcMask);
public static System.Numerics.Vector<int> CreateBreakAfterMask (System.Numerics.Vector<int> mask, System.Numerics.Vector<int> srcMask);
static member CreateBreakAfterMask : System.Numerics.Vector<int> * System.Numerics.Vector<int> -> System.Numerics.Vector<int>
Public Shared Function CreateBreakAfterMask (mask As Vector(Of Integer), srcMask As Vector(Of Integer)) As Vector(Of Integer)
Parameters
Returns
Applies to
.NET 9
Proizvod | Verzije |
---|---|
.NET | 9 |
svbool_t svbrka[_b]_z(svbool_t pg, svbool_t op)
BRKA Presult.B, Pg/Z, Pop.B
public:
static System::Numerics::Vector<long> CreateBreakAfterMask(System::Numerics::Vector<long> mask, System::Numerics::Vector<long> srcMask);
public static System.Numerics.Vector<long> CreateBreakAfterMask (System.Numerics.Vector<long> mask, System.Numerics.Vector<long> srcMask);
static member CreateBreakAfterMask : System.Numerics.Vector<int64> * System.Numerics.Vector<int64> -> System.Numerics.Vector<int64>
Public Shared Function CreateBreakAfterMask (mask As Vector(Of Long), srcMask As Vector(Of Long)) As Vector(Of Long)
Parameters
Returns
Applies to
.NET 9
Proizvod | Verzije |
---|---|
.NET | 9 |
svbool_t svbrka[_b]_z(svbool_t pg, svbool_t op)
BRKA Presult.B, Pg/Z, Pop.B
public:
static System::Numerics::Vector<short> CreateBreakAfterMask(System::Numerics::Vector<short> mask, System::Numerics::Vector<short> srcMask);
public static System.Numerics.Vector<short> CreateBreakAfterMask (System.Numerics.Vector<short> mask, System.Numerics.Vector<short> srcMask);
static member CreateBreakAfterMask : System.Numerics.Vector<int16> * System.Numerics.Vector<int16> -> System.Numerics.Vector<int16>
Public Shared Function CreateBreakAfterMask (mask As Vector(Of Short), srcMask As Vector(Of Short)) As Vector(Of Short)
Parameters
Returns
Applies to
.NET 9
Proizvod | Verzije |
---|---|
.NET | 9 |
svbool_t svbrka[_b]_z(svbool_t pg, svbool_t op)
BRKA Presult.B, Pg/Z, Pop.B
public:
static System::Numerics::Vector<System::Byte> CreateBreakAfterMask(System::Numerics::Vector<System::Byte> mask, System::Numerics::Vector<System::Byte> srcMask);
public static System.Numerics.Vector<byte> CreateBreakAfterMask (System.Numerics.Vector<byte> mask, System.Numerics.Vector<byte> srcMask);
static member CreateBreakAfterMask : System.Numerics.Vector<byte> * System.Numerics.Vector<byte> -> System.Numerics.Vector<byte>
Public Shared Function CreateBreakAfterMask (mask As Vector(Of Byte), srcMask As Vector(Of Byte)) As Vector(Of Byte)
Parameters
Returns
Applies to
.NET 9
Proizvod | Verzije |
---|---|
.NET | 9 |
Povratne informacije o proizvodu .NET
.NET je projekt otvorenog koda. Odaberite vezu za slanje povratnih informacija: