Sve.OrAcross 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.
OrAcross(Vector<UInt32>) |
uint32_t svorv[_u32](svbool_t pg, svuint32_t op) ORV Sresult, Pg, Zop.S |
OrAcross(Vector<UInt16>) |
uint16_t svorv[_u16](svbool_t pg, svuint16_t op) ORV Hresult, Pg, Zop.H |
OrAcross(Vector<SByte>) |
int8_t svorv[_s8](svbool_t pg, svint8_t op) ORV Bresult, Pg, Zop.B |
OrAcross(Vector<UInt64>) |
uint64_t svorv[_u64](svbool_t pg, svuint64_t op) ORV Dresult, Pg, Zop.D |
OrAcross(Vector<Int32>) |
int32_t svorv[_s32](svbool_t pg, svint32_t op) ORV Sresult, Pg, Zop.S |
OrAcross(Vector<Int16>) |
int16_t svorv[_s16](svbool_t pg, svint16_t op) ORV Hresult, Pg, Zop.H |
OrAcross(Vector<Byte>) |
uint8_t svorv[_u8](svbool_t pg, svuint8_t op) ORV Bresult, Pg, Zop.B |
OrAcross(Vector<Int64>) |
int64_t svorv[_s64](svbool_t pg, svint64_t op) ORV Dresult, Pg, Zop.D |
uint32_t svorv[_u32](svbool_t pg, svuint32_t op)
ORV Sresult, Pg, Zop.S
public:
static System::Numerics::Vector<System::UInt32> OrAcross(System::Numerics::Vector<System::UInt32> value);
public static System.Numerics.Vector<uint> OrAcross (System.Numerics.Vector<uint> value);
static member OrAcross : System.Numerics.Vector<uint32> -> System.Numerics.Vector<uint32>
Public Shared Function OrAcross (value As Vector(Of UInteger)) As Vector(Of UInteger)
Parameters
Returns
Applies to
.NET 9
Proizvod | Verzije |
---|---|
.NET | 9 |
uint16_t svorv[_u16](svbool_t pg, svuint16_t op)
ORV Hresult, Pg, Zop.H
public:
static System::Numerics::Vector<System::UInt16> OrAcross(System::Numerics::Vector<System::UInt16> value);
public static System.Numerics.Vector<ushort> OrAcross (System.Numerics.Vector<ushort> value);
static member OrAcross : System.Numerics.Vector<uint16> -> System.Numerics.Vector<uint16>
Public Shared Function OrAcross (value As Vector(Of UShort)) As Vector(Of UShort)
Parameters
Returns
Applies to
.NET 9
Proizvod | Verzije |
---|---|
.NET | 9 |
int8_t svorv[_s8](svbool_t pg, svint8_t op)
ORV Bresult, Pg, Zop.B
public:
static System::Numerics::Vector<System::SByte> OrAcross(System::Numerics::Vector<System::SByte> value);
public static System.Numerics.Vector<sbyte> OrAcross (System.Numerics.Vector<sbyte> value);
static member OrAcross : System.Numerics.Vector<sbyte> -> System.Numerics.Vector<sbyte>
Public Shared Function OrAcross (value As Vector(Of SByte)) As Vector(Of SByte)
Parameters
Returns
Applies to
.NET 9
Proizvod | Verzije |
---|---|
.NET | 9 |
uint64_t svorv[_u64](svbool_t pg, svuint64_t op)
ORV Dresult, Pg, Zop.D
public:
static System::Numerics::Vector<System::UInt64> OrAcross(System::Numerics::Vector<System::UInt64> value);
public static System.Numerics.Vector<ulong> OrAcross (System.Numerics.Vector<ulong> value);
static member OrAcross : System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint64>
Public Shared Function OrAcross (value As Vector(Of ULong)) As Vector(Of ULong)
Parameters
Returns
Applies to
.NET 9
Proizvod | Verzije |
---|---|
.NET | 9 |
int32_t svorv[_s32](svbool_t pg, svint32_t op)
ORV Sresult, Pg, Zop.S
public:
static System::Numerics::Vector<int> OrAcross(System::Numerics::Vector<int> value);
public static System.Numerics.Vector<int> OrAcross (System.Numerics.Vector<int> value);
static member OrAcross : System.Numerics.Vector<int> -> System.Numerics.Vector<int>
Public Shared Function OrAcross (value As Vector(Of Integer)) As Vector(Of Integer)
Parameters
Returns
Applies to
.NET 9
Proizvod | Verzije |
---|---|
.NET | 9 |
int16_t svorv[_s16](svbool_t pg, svint16_t op)
ORV Hresult, Pg, Zop.H
public:
static System::Numerics::Vector<short> OrAcross(System::Numerics::Vector<short> value);
public static System.Numerics.Vector<short> OrAcross (System.Numerics.Vector<short> value);
static member OrAcross : System.Numerics.Vector<int16> -> System.Numerics.Vector<int16>
Public Shared Function OrAcross (value As Vector(Of Short)) As Vector(Of Short)
Parameters
Returns
Applies to
.NET 9
Proizvod | Verzije |
---|---|
.NET | 9 |
uint8_t svorv[_u8](svbool_t pg, svuint8_t op)
ORV Bresult, Pg, Zop.B
public:
static System::Numerics::Vector<System::Byte> OrAcross(System::Numerics::Vector<System::Byte> value);
public static System.Numerics.Vector<byte> OrAcross (System.Numerics.Vector<byte> value);
static member OrAcross : System.Numerics.Vector<byte> -> System.Numerics.Vector<byte>
Public Shared Function OrAcross (value As Vector(Of Byte)) As Vector(Of Byte)
Parameters
Returns
Applies to
.NET 9
Proizvod | Verzije |
---|---|
.NET | 9 |
int64_t svorv[_s64](svbool_t pg, svint64_t op)
ORV Dresult, Pg, Zop.D
public:
static System::Numerics::Vector<long> OrAcross(System::Numerics::Vector<long> value);
public static System.Numerics.Vector<long> OrAcross (System.Numerics.Vector<long> value);
static member OrAcross : System.Numerics.Vector<int64> -> System.Numerics.Vector<int64>
Public Shared Function OrAcross (value As Vector(Of Long)) As Vector(Of Long)
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: