Sve.GetActiveElementCount Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| 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>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- 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
Parameter
Gibt zurück
Gilt für:
GetActiveElementCount(Vector<UInt16>, Vector<UInt16>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- 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
Parameter
Gibt zurück
Gilt für:
GetActiveElementCount(Vector<Single>, Vector<Single>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- 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
Parameter
Gibt zurück
Gilt für:
GetActiveElementCount(Vector<SByte>, Vector<SByte>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- 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
Parameter
Gibt zurück
Gilt für:
GetActiveElementCount(Vector<UInt64>, Vector<UInt64>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- 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
Parameter
Gibt zurück
Gilt für:
GetActiveElementCount(Vector<Int32>, Vector<Int32>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- 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
Parameter
Gibt zurück
Gilt für:
GetActiveElementCount(Vector<Int16>, Vector<Int16>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- 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
Parameter
Gibt zurück
Gilt für:
GetActiveElementCount(Vector<Double>, Vector<Double>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- 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
Parameter
Gibt zurück
Gilt für:
GetActiveElementCount(Vector<Byte>, Vector<Byte>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- 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
Parameter
Gibt zurück
Gilt für:
GetActiveElementCount(Vector<Int64>, Vector<Int64>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- 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