Sve.SaturatingIncrementByActiveElementCount Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| SaturatingIncrementByActiveElementCount(Vector<UInt32>, Vector<UInt32>) |
svuint32_t svqincp[_u32](svuint32_t op, svbool_t pg) UQINCP Ztied.S, Pg |
| SaturatingIncrementByActiveElementCount(UInt64, Vector<UInt64>) |
uint64_t svqincp[_n_u64]_b64(op uint64_t, svbool_t pg) UQINCP Xtied, Pg.D |
| SaturatingIncrementByActiveElementCount(UInt64, Vector<UInt32>) |
uint64_t svqincp[_n_u64]_b32(op uint64_t, svbool_t pg) UQINCP Xtied, Pg.S |
| SaturatingIncrementByActiveElementCount(UInt64, Vector<Byte>) |
uint64_t svqincp[_n_u64]_b8(op uint64_t, svbool_t pg) UQINCP Xtied, Pg.B |
| SaturatingIncrementByActiveElementCount(UInt32, Vector<UInt64>) |
uint32_t svqincp[_n_u32]_b64(op uint32_t, svbool_t pg) UQINCP Wtied, Pg.D |
| SaturatingIncrementByActiveElementCount(UInt32, Vector<UInt32>) |
uint32_t svqincp[_n_u32]_b32(op uint32_t, svbool_t pg) UQINCP Wtied, Pg.S |
| SaturatingIncrementByActiveElementCount(UInt32, Vector<UInt16>) |
uint32_t svqincp[_n_u32]_b16(op uint32_t, svbool_t pg) UQINCP Wtied, Pg.H |
| SaturatingIncrementByActiveElementCount(UInt32, Vector<Byte>) |
uint32_t svqincp[_n_u32]_b8(op uint32_t, svbool_t pg) UQINCP Wtied, Pg.B |
| SaturatingIncrementByActiveElementCount(Vector<UInt64>, Vector<UInt64>) |
svuint64_t svqincp[_u64](op svuint64_t, svbool_t pg) UQINCP Ztied.D, Pg |
| SaturatingIncrementByActiveElementCount(Vector<UInt16>, Vector<UInt16>) |
svuint16_t svqincp[_u16](svuint16_t op, svbool_t pg) UQINCP Ztied.H, Pg |
| SaturatingIncrementByActiveElementCount(UInt64, Vector<UInt16>) |
uint64_t svqincp[_n_u64]_b16(op uint64_t, svbool_t pg) UQINCP Xtied, Pg.H |
| SaturatingIncrementByActiveElementCount(Vector<Int32>, Vector<Int32>) |
svint32_t svqincp[_s32](svint32_t op, svbool_t pg) SQINCP Ztied.S, Pg |
| SaturatingIncrementByActiveElementCount(Int32, Vector<Byte>) |
int32_t svqincp[_n_s32]_b8(op int32_t, svbool_t pg) SQINCP Xtied, Pg.B, Wtied |
| SaturatingIncrementByActiveElementCount(Vector<Int64>, Vector<Int64>) |
svint64_t svqincp[_s64](svint64_t op, svbool_t pg) SQINCP Ztied.D, Pg |
| SaturatingIncrementByActiveElementCount(Int32, Vector<UInt32>) |
int32_t svqincp[_n_s32]_b32(op int32_t, svbool_t pg) SQINCP Xtied, Pg.S, Wtied |
| SaturatingIncrementByActiveElementCount(Int32, Vector<UInt64>) |
int32_t svqincp[_n_s32]_b64(op int32_t, svbool_t pg) SQINCP Xtied, Pg.D, Wtied |
| SaturatingIncrementByActiveElementCount(Int32, Vector<UInt16>) |
int32_t svqincp[_n_s32]_b16(op int32_t, svbool_t pg) SQINCP Xtied, Pg.H, Wtied |
| SaturatingIncrementByActiveElementCount(Int64, Vector<UInt16>) |
int64_t svqincp[_n_s64]_b16(op int64_t, svbool_t pg) SQINCP Xtied, Pg.H |
| SaturatingIncrementByActiveElementCount(Int64, Vector<UInt32>) |
int64_t svqincp[_n_s64]_b32(op int64_t, svbool_t pg) SQINCP Xtied, Pg.S |
| SaturatingIncrementByActiveElementCount(Int64, Vector<UInt64>) |
int64_t svqincp[_n_s64]_b64(op int64_t, svbool_t pg) SQINCP Xtied, Pg.D |
| SaturatingIncrementByActiveElementCount(Vector<Int16>, Vector<Int16>) |
svint16_t svqincp[_s16](op svint16_t, svbool_t pg) SQINCP Ztied.H, Pg |
| SaturatingIncrementByActiveElementCount(Int64, Vector<Byte>) |
int64_t svqincp[_n_s64]_b8(op int64_t, svbool_t pg) SQINCP Xtied, Pg.B |
SaturatingIncrementByActiveElementCount(Vector<UInt32>, Vector<UInt32>)
- Origine:
- Sve.PlatformNotSupported.cs
- Origine:
- Sve.PlatformNotSupported.cs
svuint32_t svqincp[_u32](svuint32_t op, svbool_t pg)
UQINCP Ztied.S, Pg
public:
static System::Numerics::Vector<System::UInt32> SaturatingIncrementByActiveElementCount(System::Numerics::Vector<System::UInt32> value, System::Numerics::Vector<System::UInt32> from);
public static System.Numerics.Vector<uint> SaturatingIncrementByActiveElementCount(System.Numerics.Vector<uint> value, System.Numerics.Vector<uint> from);
static member SaturatingIncrementByActiveElementCount : System.Numerics.Vector<uint32> * System.Numerics.Vector<uint32> -> System.Numerics.Vector<uint32>
Public Shared Function SaturatingIncrementByActiveElementCount (value As Vector(Of UInteger), from As Vector(Of UInteger)) As Vector(Of UInteger)
Parametri
Restituisce
Si applica a
SaturatingIncrementByActiveElementCount(UInt64, Vector<UInt64>)
- Origine:
- Sve.PlatformNotSupported.cs
- Origine:
- Sve.PlatformNotSupported.cs
uint64_t svqincp[_n_u64]_b64(op uint64_t, svbool_t pg)
UQINCP Xtied, Pg.D
public:
static System::UInt64 SaturatingIncrementByActiveElementCount(System::UInt64 value, System::Numerics::Vector<System::UInt64> from);
public static ulong SaturatingIncrementByActiveElementCount(ulong value, System.Numerics.Vector<ulong> from);
static member SaturatingIncrementByActiveElementCount : uint64 * System.Numerics.Vector<uint64> -> uint64
Public Shared Function SaturatingIncrementByActiveElementCount (value As ULong, from As Vector(Of ULong)) As ULong
Parametri
- value
- UInt64
Restituisce
Si applica a
SaturatingIncrementByActiveElementCount(UInt64, Vector<UInt32>)
- Origine:
- Sve.PlatformNotSupported.cs
- Origine:
- Sve.PlatformNotSupported.cs
uint64_t svqincp[_n_u64]_b32(op uint64_t, svbool_t pg)
UQINCP Xtied, Pg.S
public:
static System::UInt64 SaturatingIncrementByActiveElementCount(System::UInt64 value, System::Numerics::Vector<System::UInt32> from);
public static ulong SaturatingIncrementByActiveElementCount(ulong value, System.Numerics.Vector<uint> from);
static member SaturatingIncrementByActiveElementCount : uint64 * System.Numerics.Vector<uint32> -> uint64
Public Shared Function SaturatingIncrementByActiveElementCount (value As ULong, from As Vector(Of UInteger)) As ULong
Parametri
- value
- UInt64
Restituisce
Si applica a
SaturatingIncrementByActiveElementCount(UInt64, Vector<Byte>)
- Origine:
- Sve.PlatformNotSupported.cs
- Origine:
- Sve.PlatformNotSupported.cs
uint64_t svqincp[_n_u64]_b8(op uint64_t, svbool_t pg)
UQINCP Xtied, Pg.B
public:
static System::UInt64 SaturatingIncrementByActiveElementCount(System::UInt64 value, System::Numerics::Vector<System::Byte> from);
public static ulong SaturatingIncrementByActiveElementCount(ulong value, System.Numerics.Vector<byte> from);
static member SaturatingIncrementByActiveElementCount : uint64 * System.Numerics.Vector<byte> -> uint64
Public Shared Function SaturatingIncrementByActiveElementCount (value As ULong, from As Vector(Of Byte)) As ULong
Parametri
- value
- UInt64
Restituisce
Si applica a
SaturatingIncrementByActiveElementCount(UInt32, Vector<UInt64>)
- Origine:
- Sve.PlatformNotSupported.cs
- Origine:
- Sve.PlatformNotSupported.cs
uint32_t svqincp[_n_u32]_b64(op uint32_t, svbool_t pg)
UQINCP Wtied, Pg.D
public:
static System::UInt64 SaturatingIncrementByActiveElementCount(System::UInt32 value, System::Numerics::Vector<System::UInt64> from);
public static ulong SaturatingIncrementByActiveElementCount(uint value, System.Numerics.Vector<ulong> from);
static member SaturatingIncrementByActiveElementCount : uint32 * System.Numerics.Vector<uint64> -> uint64
Public Shared Function SaturatingIncrementByActiveElementCount (value As UInteger, from As Vector(Of ULong)) As ULong
Parametri
- value
- UInt32
Restituisce
Si applica a
SaturatingIncrementByActiveElementCount(UInt32, Vector<UInt32>)
- Origine:
- Sve.PlatformNotSupported.cs
- Origine:
- Sve.PlatformNotSupported.cs
uint32_t svqincp[_n_u32]_b32(op uint32_t, svbool_t pg)
UQINCP Wtied, Pg.S
public:
static System::UInt64 SaturatingIncrementByActiveElementCount(System::UInt32 value, System::Numerics::Vector<System::UInt32> from);
public static ulong SaturatingIncrementByActiveElementCount(uint value, System.Numerics.Vector<uint> from);
static member SaturatingIncrementByActiveElementCount : uint32 * System.Numerics.Vector<uint32> -> uint64
Public Shared Function SaturatingIncrementByActiveElementCount (value As UInteger, from As Vector(Of UInteger)) As ULong
Parametri
- value
- UInt32
Restituisce
Si applica a
SaturatingIncrementByActiveElementCount(UInt32, Vector<UInt16>)
- Origine:
- Sve.PlatformNotSupported.cs
- Origine:
- Sve.PlatformNotSupported.cs
uint32_t svqincp[_n_u32]_b16(op uint32_t, svbool_t pg)
UQINCP Wtied, Pg.H
public:
static System::UInt64 SaturatingIncrementByActiveElementCount(System::UInt32 value, System::Numerics::Vector<System::UInt16> from);
public static ulong SaturatingIncrementByActiveElementCount(uint value, System.Numerics.Vector<ushort> from);
static member SaturatingIncrementByActiveElementCount : uint32 * System.Numerics.Vector<uint16> -> uint64
Public Shared Function SaturatingIncrementByActiveElementCount (value As UInteger, from As Vector(Of UShort)) As ULong
Parametri
- value
- UInt32
Restituisce
Si applica a
SaturatingIncrementByActiveElementCount(UInt32, Vector<Byte>)
- Origine:
- Sve.PlatformNotSupported.cs
- Origine:
- Sve.PlatformNotSupported.cs
uint32_t svqincp[_n_u32]_b8(op uint32_t, svbool_t pg)
UQINCP Wtied, Pg.B
public:
static System::UInt64 SaturatingIncrementByActiveElementCount(System::UInt32 value, System::Numerics::Vector<System::Byte> from);
public static ulong SaturatingIncrementByActiveElementCount(uint value, System.Numerics.Vector<byte> from);
static member SaturatingIncrementByActiveElementCount : uint32 * System.Numerics.Vector<byte> -> uint64
Public Shared Function SaturatingIncrementByActiveElementCount (value As UInteger, from As Vector(Of Byte)) As ULong
Parametri
- value
- UInt32
Restituisce
Si applica a
SaturatingIncrementByActiveElementCount(Vector<UInt64>, Vector<UInt64>)
- Origine:
- Sve.PlatformNotSupported.cs
- Origine:
- Sve.PlatformNotSupported.cs
svuint64_t svqincp[_u64](op svuint64_t, svbool_t pg)
UQINCP Ztied.D, Pg
public:
static System::Numerics::Vector<System::UInt64> SaturatingIncrementByActiveElementCount(System::Numerics::Vector<System::UInt64> value, System::Numerics::Vector<System::UInt64> from);
public static System.Numerics.Vector<ulong> SaturatingIncrementByActiveElementCount(System.Numerics.Vector<ulong> value, System.Numerics.Vector<ulong> from);
static member SaturatingIncrementByActiveElementCount : System.Numerics.Vector<uint64> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint64>
Public Shared Function SaturatingIncrementByActiveElementCount (value As Vector(Of ULong), from As Vector(Of ULong)) As Vector(Of ULong)
Parametri
Restituisce
Si applica a
SaturatingIncrementByActiveElementCount(Vector<UInt16>, Vector<UInt16>)
- Origine:
- Sve.PlatformNotSupported.cs
- Origine:
- Sve.PlatformNotSupported.cs
svuint16_t svqincp[_u16](svuint16_t op, svbool_t pg)
UQINCP Ztied.H, Pg
public:
static System::Numerics::Vector<System::UInt16> SaturatingIncrementByActiveElementCount(System::Numerics::Vector<System::UInt16> value, System::Numerics::Vector<System::UInt16> from);
public static System.Numerics.Vector<ushort> SaturatingIncrementByActiveElementCount(System.Numerics.Vector<ushort> value, System.Numerics.Vector<ushort> from);
static member SaturatingIncrementByActiveElementCount : System.Numerics.Vector<uint16> * System.Numerics.Vector<uint16> -> System.Numerics.Vector<uint16>
Public Shared Function SaturatingIncrementByActiveElementCount (value As Vector(Of UShort), from As Vector(Of UShort)) As Vector(Of UShort)
Parametri
Restituisce
Si applica a
SaturatingIncrementByActiveElementCount(UInt64, Vector<UInt16>)
- Origine:
- Sve.PlatformNotSupported.cs
- Origine:
- Sve.PlatformNotSupported.cs
uint64_t svqincp[_n_u64]_b16(op uint64_t, svbool_t pg)
UQINCP Xtied, Pg.H
public:
static System::UInt64 SaturatingIncrementByActiveElementCount(System::UInt64 value, System::Numerics::Vector<System::UInt16> from);
public static ulong SaturatingIncrementByActiveElementCount(ulong value, System.Numerics.Vector<ushort> from);
static member SaturatingIncrementByActiveElementCount : uint64 * System.Numerics.Vector<uint16> -> uint64
Public Shared Function SaturatingIncrementByActiveElementCount (value As ULong, from As Vector(Of UShort)) As ULong
Parametri
- value
- UInt64
Restituisce
Si applica a
SaturatingIncrementByActiveElementCount(Vector<Int32>, Vector<Int32>)
- Origine:
- Sve.PlatformNotSupported.cs
- Origine:
- Sve.PlatformNotSupported.cs
svint32_t svqincp[_s32](svint32_t op, svbool_t pg)
SQINCP Ztied.S, Pg
public:
static System::Numerics::Vector<int> SaturatingIncrementByActiveElementCount(System::Numerics::Vector<int> value, System::Numerics::Vector<int> from);
public static System.Numerics.Vector<int> SaturatingIncrementByActiveElementCount(System.Numerics.Vector<int> value, System.Numerics.Vector<int> from);
static member SaturatingIncrementByActiveElementCount : System.Numerics.Vector<int> * System.Numerics.Vector<int> -> System.Numerics.Vector<int>
Public Shared Function SaturatingIncrementByActiveElementCount (value As Vector(Of Integer), from As Vector(Of Integer)) As Vector(Of Integer)
Parametri
Restituisce
Si applica a
SaturatingIncrementByActiveElementCount(Int32, Vector<Byte>)
- Origine:
- Sve.PlatformNotSupported.cs
- Origine:
- Sve.PlatformNotSupported.cs
int32_t svqincp[_n_s32]_b8(op int32_t, svbool_t pg)
SQINCP Xtied, Pg.B, Wtied
public:
static long SaturatingIncrementByActiveElementCount(int value, System::Numerics::Vector<System::Byte> from);
public static long SaturatingIncrementByActiveElementCount(int value, System.Numerics.Vector<byte> from);
static member SaturatingIncrementByActiveElementCount : int * System.Numerics.Vector<byte> -> int64
Public Shared Function SaturatingIncrementByActiveElementCount (value As Integer, from As Vector(Of Byte)) As Long
Parametri
- value
- Int32
Restituisce
Si applica a
SaturatingIncrementByActiveElementCount(Vector<Int64>, Vector<Int64>)
- Origine:
- Sve.PlatformNotSupported.cs
- Origine:
- Sve.PlatformNotSupported.cs
svint64_t svqincp[_s64](svint64_t op, svbool_t pg)
SQINCP Ztied.D, Pg
public:
static System::Numerics::Vector<long> SaturatingIncrementByActiveElementCount(System::Numerics::Vector<long> value, System::Numerics::Vector<long> from);
public static System.Numerics.Vector<long> SaturatingIncrementByActiveElementCount(System.Numerics.Vector<long> value, System.Numerics.Vector<long> from);
static member SaturatingIncrementByActiveElementCount : System.Numerics.Vector<int64> * System.Numerics.Vector<int64> -> System.Numerics.Vector<int64>
Public Shared Function SaturatingIncrementByActiveElementCount (value As Vector(Of Long), from As Vector(Of Long)) As Vector(Of Long)
Parametri
Restituisce
Si applica a
SaturatingIncrementByActiveElementCount(Int32, Vector<UInt32>)
- Origine:
- Sve.PlatformNotSupported.cs
- Origine:
- Sve.PlatformNotSupported.cs
int32_t svqincp[_n_s32]_b32(op int32_t, svbool_t pg)
SQINCP Xtied, Pg.S, Wtied
public:
static long SaturatingIncrementByActiveElementCount(int value, System::Numerics::Vector<System::UInt32> from);
public static long SaturatingIncrementByActiveElementCount(int value, System.Numerics.Vector<uint> from);
static member SaturatingIncrementByActiveElementCount : int * System.Numerics.Vector<uint32> -> int64
Public Shared Function SaturatingIncrementByActiveElementCount (value As Integer, from As Vector(Of UInteger)) As Long
Parametri
- value
- Int32
Restituisce
Si applica a
SaturatingIncrementByActiveElementCount(Int32, Vector<UInt64>)
- Origine:
- Sve.PlatformNotSupported.cs
- Origine:
- Sve.PlatformNotSupported.cs
int32_t svqincp[_n_s32]_b64(op int32_t, svbool_t pg)
SQINCP Xtied, Pg.D, Wtied
public:
static long SaturatingIncrementByActiveElementCount(int value, System::Numerics::Vector<System::UInt64> from);
public static long SaturatingIncrementByActiveElementCount(int value, System.Numerics.Vector<ulong> from);
static member SaturatingIncrementByActiveElementCount : int * System.Numerics.Vector<uint64> -> int64
Public Shared Function SaturatingIncrementByActiveElementCount (value As Integer, from As Vector(Of ULong)) As Long
Parametri
- value
- Int32
Restituisce
Si applica a
SaturatingIncrementByActiveElementCount(Int32, Vector<UInt16>)
- Origine:
- Sve.PlatformNotSupported.cs
- Origine:
- Sve.PlatformNotSupported.cs
int32_t svqincp[_n_s32]_b16(op int32_t, svbool_t pg)
SQINCP Xtied, Pg.H, Wtied
public:
static long SaturatingIncrementByActiveElementCount(int value, System::Numerics::Vector<System::UInt16> from);
public static long SaturatingIncrementByActiveElementCount(int value, System.Numerics.Vector<ushort> from);
static member SaturatingIncrementByActiveElementCount : int * System.Numerics.Vector<uint16> -> int64
Public Shared Function SaturatingIncrementByActiveElementCount (value As Integer, from As Vector(Of UShort)) As Long
Parametri
- value
- Int32
Restituisce
Si applica a
SaturatingIncrementByActiveElementCount(Int64, Vector<UInt16>)
- Origine:
- Sve.PlatformNotSupported.cs
- Origine:
- Sve.PlatformNotSupported.cs
int64_t svqincp[_n_s64]_b16(op int64_t, svbool_t pg)
SQINCP Xtied, Pg.H
public:
static long SaturatingIncrementByActiveElementCount(long value, System::Numerics::Vector<System::UInt16> from);
public static long SaturatingIncrementByActiveElementCount(long value, System.Numerics.Vector<ushort> from);
static member SaturatingIncrementByActiveElementCount : int64 * System.Numerics.Vector<uint16> -> int64
Public Shared Function SaturatingIncrementByActiveElementCount (value As Long, from As Vector(Of UShort)) As Long
Parametri
- value
- Int64
Restituisce
Si applica a
SaturatingIncrementByActiveElementCount(Int64, Vector<UInt32>)
- Origine:
- Sve.PlatformNotSupported.cs
- Origine:
- Sve.PlatformNotSupported.cs
int64_t svqincp[_n_s64]_b32(op int64_t, svbool_t pg)
SQINCP Xtied, Pg.S
public:
static long SaturatingIncrementByActiveElementCount(long value, System::Numerics::Vector<System::UInt32> from);
public static long SaturatingIncrementByActiveElementCount(long value, System.Numerics.Vector<uint> from);
static member SaturatingIncrementByActiveElementCount : int64 * System.Numerics.Vector<uint32> -> int64
Public Shared Function SaturatingIncrementByActiveElementCount (value As Long, from As Vector(Of UInteger)) As Long
Parametri
- value
- Int64
Restituisce
Si applica a
SaturatingIncrementByActiveElementCount(Int64, Vector<UInt64>)
- Origine:
- Sve.PlatformNotSupported.cs
- Origine:
- Sve.PlatformNotSupported.cs
int64_t svqincp[_n_s64]_b64(op int64_t, svbool_t pg)
SQINCP Xtied, Pg.D
public:
static long SaturatingIncrementByActiveElementCount(long value, System::Numerics::Vector<System::UInt64> from);
public static long SaturatingIncrementByActiveElementCount(long value, System.Numerics.Vector<ulong> from);
static member SaturatingIncrementByActiveElementCount : int64 * System.Numerics.Vector<uint64> -> int64
Public Shared Function SaturatingIncrementByActiveElementCount (value As Long, from As Vector(Of ULong)) As Long
Parametri
- value
- Int64
Restituisce
Si applica a
SaturatingIncrementByActiveElementCount(Vector<Int16>, Vector<Int16>)
- Origine:
- Sve.PlatformNotSupported.cs
- Origine:
- Sve.PlatformNotSupported.cs
svint16_t svqincp[_s16](op svint16_t, svbool_t pg)
SQINCP Ztied.H, Pg
public:
static System::Numerics::Vector<short> SaturatingIncrementByActiveElementCount(System::Numerics::Vector<short> value, System::Numerics::Vector<short> from);
public static System.Numerics.Vector<short> SaturatingIncrementByActiveElementCount(System.Numerics.Vector<short> value, System.Numerics.Vector<short> from);
static member SaturatingIncrementByActiveElementCount : System.Numerics.Vector<int16> * System.Numerics.Vector<int16> -> System.Numerics.Vector<int16>
Public Shared Function SaturatingIncrementByActiveElementCount (value As Vector(Of Short), from As Vector(Of Short)) As Vector(Of Short)
Parametri
Restituisce
Si applica a
SaturatingIncrementByActiveElementCount(Int64, Vector<Byte>)
- Origine:
- Sve.PlatformNotSupported.cs
- Origine:
- Sve.PlatformNotSupported.cs
int64_t svqincp[_n_s64]_b8(op int64_t, svbool_t pg)
SQINCP Xtied, Pg.B
public:
static long SaturatingIncrementByActiveElementCount(long value, System::Numerics::Vector<System::Byte> from);
public static long SaturatingIncrementByActiveElementCount(long value, System.Numerics.Vector<byte> from);
static member SaturatingIncrementByActiveElementCount : int64 * System.Numerics.Vector<byte> -> int64
Public Shared Function SaturatingIncrementByActiveElementCount (value As Long, from As Vector(Of Byte)) As Long
Parametri
- value
- Int64