Sve.GetActiveElementCount Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| GetActiveElementCount(Vector<UInt32>, Vector<UInt32>) |
uint64_t svcntp_b32(svbool_t pg, svbool_t op) CNTP Xresult, Pg, Pop.S |
| GetActiveElementCount(Vector<UInt16>, Vector<UInt16>) |
uint64_t svcntp_b16(svbool_t pg, svbool_t op) CNTP Xresult, Pg, Pop.H |
| GetActiveElementCount(Vector<Single>, Vector<Single>) |
uint64_t svcntp_b8(svbool_t pg, svbool_t op) CNTP Xresult, Pg, Pop.B |
| GetActiveElementCount(Vector<SByte>, Vector<SByte>) |
uint64_t svcntp_b8(svbool_t pg, svbool_t op) CNTP Xresult, Pg, Pop.B |
| GetActiveElementCount(Vector<UInt64>, Vector<UInt64>) |
uint64_t svcntp_b64(svbool_t pg, svbool_t op) CNTP Xresult, Pg, Pop.D |
| GetActiveElementCount(Vector<Int32>, Vector<Int32>) |
uint64_t svcntp_b8(svbool_t pg, svbool_t op) CNTP Xresult, Pg, Pop.B |
| GetActiveElementCount(Vector<Int16>, Vector<Int16>) |
uint64_t svcntp_b8(svbool_t pg, svbool_t op) CNTP Xresult, Pg, Pop.B |
| GetActiveElementCount(Vector<Double>, Vector<Double>) |
uint64_t svcntp_b8(svbool_t pg, svbool_t op) CNTP Xresult, Pg, Pop.B |
| GetActiveElementCount(Vector<Byte>, Vector<Byte>) |
uint64_t svcntp_b8(svbool_t pg, svbool_t op) CNTP Xresult, Pg, Pop.B |
| GetActiveElementCount(Vector<Int64>, Vector<Int64>) |
uint64_t svcntp_b8(svbool_t pg, svbool_t op) CNTP Xresult, Pg, Pop.B |
GetActiveElementCount(Vector<UInt32>, Vector<UInt32>)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
uint64_t svcntp_b32(svbool_t pg, svbool_t op)
CNTP Xresult, Pg, Pop.S
public:
static System::UInt64 GetActiveElementCount(System::Numerics::Vector<System::UInt32> mask, System::Numerics::Vector<System::UInt32> from);
public static ulong GetActiveElementCount(System.Numerics.Vector<uint> mask, System.Numerics.Vector<uint> from);
static member GetActiveElementCount : System.Numerics.Vector<uint32> * System.Numerics.Vector<uint32> -> uint64
Public Shared Function GetActiveElementCount (mask As Vector(Of UInteger), from As Vector(Of UInteger)) As ULong
Parâmetros
Retornos
Aplica-se a
GetActiveElementCount(Vector<UInt16>, Vector<UInt16>)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
uint64_t svcntp_b16(svbool_t pg, svbool_t op)
CNTP Xresult, Pg, Pop.H
public:
static System::UInt64 GetActiveElementCount(System::Numerics::Vector<System::UInt16> mask, System::Numerics::Vector<System::UInt16> from);
public static ulong GetActiveElementCount(System.Numerics.Vector<ushort> mask, System.Numerics.Vector<ushort> from);
static member GetActiveElementCount : System.Numerics.Vector<uint16> * System.Numerics.Vector<uint16> -> uint64
Public Shared Function GetActiveElementCount (mask As Vector(Of UShort), from As Vector(Of UShort)) As ULong
Parâmetros
Retornos
Aplica-se a
GetActiveElementCount(Vector<Single>, Vector<Single>)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
uint64_t svcntp_b8(svbool_t pg, svbool_t op)
CNTP Xresult, Pg, Pop.B
public:
static System::UInt64 GetActiveElementCount(System::Numerics::Vector<float> mask, System::Numerics::Vector<float> from);
public static ulong GetActiveElementCount(System.Numerics.Vector<float> mask, System.Numerics.Vector<float> from);
static member GetActiveElementCount : System.Numerics.Vector<single> * System.Numerics.Vector<single> -> uint64
Public Shared Function GetActiveElementCount (mask As Vector(Of Single), from As Vector(Of Single)) As ULong
Parâmetros
Retornos
Aplica-se a
GetActiveElementCount(Vector<SByte>, Vector<SByte>)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
uint64_t svcntp_b8(svbool_t pg, svbool_t op)
CNTP Xresult, Pg, Pop.B
public:
static System::UInt64 GetActiveElementCount(System::Numerics::Vector<System::SByte> mask, System::Numerics::Vector<System::SByte> from);
public static ulong GetActiveElementCount(System.Numerics.Vector<sbyte> mask, System.Numerics.Vector<sbyte> from);
static member GetActiveElementCount : System.Numerics.Vector<sbyte> * System.Numerics.Vector<sbyte> -> uint64
Public Shared Function GetActiveElementCount (mask As Vector(Of SByte), from As Vector(Of SByte)) As ULong
Parâmetros
Retornos
Aplica-se a
GetActiveElementCount(Vector<UInt64>, Vector<UInt64>)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
uint64_t svcntp_b64(svbool_t pg, svbool_t op)
CNTP Xresult, Pg, Pop.D
public:
static System::UInt64 GetActiveElementCount(System::Numerics::Vector<System::UInt64> mask, System::Numerics::Vector<System::UInt64> from);
public static ulong GetActiveElementCount(System.Numerics.Vector<ulong> mask, System.Numerics.Vector<ulong> from);
static member GetActiveElementCount : System.Numerics.Vector<uint64> * System.Numerics.Vector<uint64> -> uint64
Public Shared Function GetActiveElementCount (mask As Vector(Of ULong), from As Vector(Of ULong)) As ULong
Parâmetros
Retornos
Aplica-se a
GetActiveElementCount(Vector<Int32>, Vector<Int32>)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
uint64_t svcntp_b8(svbool_t pg, svbool_t op)
CNTP Xresult, Pg, Pop.B
public:
static System::UInt64 GetActiveElementCount(System::Numerics::Vector<int> mask, System::Numerics::Vector<int> from);
public static ulong GetActiveElementCount(System.Numerics.Vector<int> mask, System.Numerics.Vector<int> from);
static member GetActiveElementCount : System.Numerics.Vector<int> * System.Numerics.Vector<int> -> uint64
Public Shared Function GetActiveElementCount (mask As Vector(Of Integer), from As Vector(Of Integer)) As ULong
Parâmetros
Retornos
Aplica-se a
GetActiveElementCount(Vector<Int16>, Vector<Int16>)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
uint64_t svcntp_b8(svbool_t pg, svbool_t op)
CNTP Xresult, Pg, Pop.B
public:
static System::UInt64 GetActiveElementCount(System::Numerics::Vector<short> mask, System::Numerics::Vector<short> from);
public static ulong GetActiveElementCount(System.Numerics.Vector<short> mask, System.Numerics.Vector<short> from);
static member GetActiveElementCount : System.Numerics.Vector<int16> * System.Numerics.Vector<int16> -> uint64
Public Shared Function GetActiveElementCount (mask As Vector(Of Short), from As Vector(Of Short)) As ULong
Parâmetros
Retornos
Aplica-se a
GetActiveElementCount(Vector<Double>, Vector<Double>)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
uint64_t svcntp_b8(svbool_t pg, svbool_t op)
CNTP Xresult, Pg, Pop.B
public:
static System::UInt64 GetActiveElementCount(System::Numerics::Vector<double> mask, System::Numerics::Vector<double> from);
public static ulong GetActiveElementCount(System.Numerics.Vector<double> mask, System.Numerics.Vector<double> from);
static member GetActiveElementCount : System.Numerics.Vector<double> * System.Numerics.Vector<double> -> uint64
Public Shared Function GetActiveElementCount (mask As Vector(Of Double), from As Vector(Of Double)) As ULong
Parâmetros
Retornos
Aplica-se a
GetActiveElementCount(Vector<Byte>, Vector<Byte>)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
uint64_t svcntp_b8(svbool_t pg, svbool_t op)
CNTP Xresult, Pg, Pop.B
public:
static System::UInt64 GetActiveElementCount(System::Numerics::Vector<System::Byte> mask, System::Numerics::Vector<System::Byte> from);
public static ulong GetActiveElementCount(System.Numerics.Vector<byte> mask, System.Numerics.Vector<byte> from);
static member GetActiveElementCount : System.Numerics.Vector<byte> * System.Numerics.Vector<byte> -> uint64
Public Shared Function GetActiveElementCount (mask As Vector(Of Byte), from As Vector(Of Byte)) As ULong
Parâmetros
Retornos
Aplica-se a
GetActiveElementCount(Vector<Int64>, Vector<Int64>)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
uint64_t svcntp_b8(svbool_t pg, svbool_t op)
CNTP Xresult, Pg, Pop.B
public:
static System::UInt64 GetActiveElementCount(System::Numerics::Vector<long> mask, System::Numerics::Vector<long> from);
public static ulong GetActiveElementCount(System.Numerics.Vector<long> mask, System.Numerics.Vector<long> from);
static member GetActiveElementCount : System.Numerics.Vector<int64> * System.Numerics.Vector<int64> -> uint64
Public Shared Function GetActiveElementCount (mask As Vector(Of Long), from As Vector(Of Long)) As ULong