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