Sve.CreateWhileLessThanMask16Bit Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
| Name | Description |
|---|---|
| CreateWhileLessThanMask16Bit(Int32, Int32) |
svbool_t svwhilelt_b16[_s32](int32_t op1, int32_t op2) WHILELT Presult.H, Wop1, Wop2 |
| CreateWhileLessThanMask16Bit(Int64, Int64) |
svbool_t svwhilelt_b16[_s64](int64_t op1, int64_t op2) WHILELT Presult.H, Xop1, Xop2 |
| CreateWhileLessThanMask16Bit(UInt32, UInt32) |
svbool_t svwhilelt_b16[_u32](uint32_t op1, uint32_t op2) WHILELO Presult.H, Wop1, Wop2 |
| CreateWhileLessThanMask16Bit(UInt64, UInt64) |
svbool_t svwhilelt_b16[_u64](uint64_t op1, uint64_t op2) WHILELO Presult.H, Xop1, Xop2 |
CreateWhileLessThanMask16Bit(Int32, Int32)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
svbool_t svwhilelt_b16[_s32](int32_t op1, int32_t op2)
WHILELT Presult.H, Wop1, Wop2
public:
static System::Numerics::Vector<System::UInt16> CreateWhileLessThanMask16Bit(int left, int right);
public static System.Numerics.Vector<ushort> CreateWhileLessThanMask16Bit(int left, int right);
static member CreateWhileLessThanMask16Bit : int * int -> System.Numerics.Vector<uint16>
Public Shared Function CreateWhileLessThanMask16Bit (left As Integer, right As Integer) As Vector(Of UShort)
Parâmetros
- left
- Int32
- right
- Int32
Devoluções
Aplica-se a
CreateWhileLessThanMask16Bit(Int64, Int64)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
svbool_t svwhilelt_b16[_s64](int64_t op1, int64_t op2)
WHILELT Presult.H, Xop1, Xop2
public:
static System::Numerics::Vector<System::UInt16> CreateWhileLessThanMask16Bit(long left, long right);
public static System.Numerics.Vector<ushort> CreateWhileLessThanMask16Bit(long left, long right);
static member CreateWhileLessThanMask16Bit : int64 * int64 -> System.Numerics.Vector<uint16>
Public Shared Function CreateWhileLessThanMask16Bit (left As Long, right As Long) As Vector(Of UShort)
Parâmetros
- left
- Int64
- right
- Int64
Devoluções
Aplica-se a
CreateWhileLessThanMask16Bit(UInt32, UInt32)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
svbool_t svwhilelt_b16[_u32](uint32_t op1, uint32_t op2)
WHILELO Presult.H, Wop1, Wop2
public:
static System::Numerics::Vector<System::UInt16> CreateWhileLessThanMask16Bit(System::UInt32 left, System::UInt32 right);
public static System.Numerics.Vector<ushort> CreateWhileLessThanMask16Bit(uint left, uint right);
static member CreateWhileLessThanMask16Bit : uint32 * uint32 -> System.Numerics.Vector<uint16>
Public Shared Function CreateWhileLessThanMask16Bit (left As UInteger, right As UInteger) As Vector(Of UShort)
Parâmetros
- left
- UInt32
- right
- UInt32
Devoluções
Aplica-se a
CreateWhileLessThanMask16Bit(UInt64, UInt64)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
svbool_t svwhilelt_b16[_u64](uint64_t op1, uint64_t op2)
WHILELO Presult.H, Xop1, Xop2
public:
static System::Numerics::Vector<System::UInt16> CreateWhileLessThanMask16Bit(System::UInt64 left, System::UInt64 right);
public static System.Numerics.Vector<ushort> CreateWhileLessThanMask16Bit(ulong left, ulong right);
static member CreateWhileLessThanMask16Bit : uint64 * uint64 -> System.Numerics.Vector<uint16>
Public Shared Function CreateWhileLessThanMask16Bit (left As ULong, right As ULong) As Vector(Of UShort)
Parâmetros
- left
- UInt64
- right
- UInt64