Sve.CreateWhileLessThanOrEqualMask16Bit 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 |
|---|---|
| CreateWhileLessThanOrEqualMask16Bit(UInt32, UInt32) |
svbool_t svwhilele_b16[_u32](uint32_t op1, uint32_t op2) WHILELS Presult.H, Wop1, Wop2 |
| CreateWhileLessThanOrEqualMask16Bit(UInt64, UInt64) |
svbool_t svwhilele_b16[_u64](uint64_t op1, uint64_t op2) WHILELS Presult.H, Xop1, Xop2 |
| CreateWhileLessThanOrEqualMask16Bit(Int32, Int32) |
svbool_t svwhilele_b16[_s32](int32_t op1, int32_t op2) WHILELE Presult.H, Wop1, Wop2 |
| CreateWhileLessThanOrEqualMask16Bit(Int64, Int64) |
svbool_t svwhilele_b16[_s64](int64_t op1, int64_t op2) WHILELE Presult.H, Xop1, Xop2 |
CreateWhileLessThanOrEqualMask16Bit(UInt32, UInt32)
- Origine:
- Sve.PlatformNotSupported.cs
- Origine:
- Sve.PlatformNotSupported.cs
svbool_t svwhilele_b16[_u32](uint32_t op1, uint32_t op2)
WHILELS Presult.H, Wop1, Wop2
public:
static System::Numerics::Vector<System::UInt16> CreateWhileLessThanOrEqualMask16Bit(System::UInt32 left, System::UInt32 right);
public static System.Numerics.Vector<ushort> CreateWhileLessThanOrEqualMask16Bit(uint left, uint right);
static member CreateWhileLessThanOrEqualMask16Bit : uint32 * uint32 -> System.Numerics.Vector<uint16>
Public Shared Function CreateWhileLessThanOrEqualMask16Bit (left As UInteger, right As UInteger) As Vector(Of UShort)
Parametri
- left
- UInt32
- right
- UInt32
Restituisce
Si applica a
CreateWhileLessThanOrEqualMask16Bit(UInt64, UInt64)
- Origine:
- Sve.PlatformNotSupported.cs
- Origine:
- Sve.PlatformNotSupported.cs
svbool_t svwhilele_b16[_u64](uint64_t op1, uint64_t op2)
WHILELS Presult.H, Xop1, Xop2
public:
static System::Numerics::Vector<System::UInt16> CreateWhileLessThanOrEqualMask16Bit(System::UInt64 left, System::UInt64 right);
public static System.Numerics.Vector<ushort> CreateWhileLessThanOrEqualMask16Bit(ulong left, ulong right);
static member CreateWhileLessThanOrEqualMask16Bit : uint64 * uint64 -> System.Numerics.Vector<uint16>
Public Shared Function CreateWhileLessThanOrEqualMask16Bit (left As ULong, right As ULong) As Vector(Of UShort)
Parametri
- left
- UInt64
- right
- UInt64
Restituisce
Si applica a
CreateWhileLessThanOrEqualMask16Bit(Int32, Int32)
- Origine:
- Sve.PlatformNotSupported.cs
- Origine:
- Sve.PlatformNotSupported.cs
svbool_t svwhilele_b16[_s32](int32_t op1, int32_t op2)
WHILELE Presult.H, Wop1, Wop2
public:
static System::Numerics::Vector<System::UInt16> CreateWhileLessThanOrEqualMask16Bit(int left, int right);
public static System.Numerics.Vector<ushort> CreateWhileLessThanOrEqualMask16Bit(int left, int right);
static member CreateWhileLessThanOrEqualMask16Bit : int * int -> System.Numerics.Vector<uint16>
Public Shared Function CreateWhileLessThanOrEqualMask16Bit (left As Integer, right As Integer) As Vector(Of UShort)
Parametri
- left
- Int32
- right
- Int32
Restituisce
Si applica a
CreateWhileLessThanOrEqualMask16Bit(Int64, Int64)
- Origine:
- Sve.PlatformNotSupported.cs
- Origine:
- Sve.PlatformNotSupported.cs
svbool_t svwhilele_b16[_s64](int64_t op1, int64_t op2)
WHILELE Presult.H, Xop1, Xop2
public:
static System::Numerics::Vector<System::UInt16> CreateWhileLessThanOrEqualMask16Bit(long left, long right);
public static System.Numerics.Vector<ushort> CreateWhileLessThanOrEqualMask16Bit(long left, long right);
static member CreateWhileLessThanOrEqualMask16Bit : int64 * int64 -> System.Numerics.Vector<uint16>
Public Shared Function CreateWhileLessThanOrEqualMask16Bit (left As Long, right As Long) As Vector(Of UShort)
Parametri
- left
- Int64
- right
- Int64