Sve.CreateWhileLessThanMask32Bit 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 |
|---|---|
| CreateWhileLessThanMask32Bit(UInt64, UInt64) |
svbool_t svwhilelt_b32[_u64](uint64_t op1, uint64_t op2) WHILELO Presult.S, Xop1, Xop2 |
| CreateWhileLessThanMask32Bit(UInt32, UInt32) |
svbool_t svwhilelt_b32[_u32](uint32_t op1, uint32_t op2) WHILELO Presult.S, Wop1, Wop2 |
| CreateWhileLessThanMask32Bit(Int64, Int64) |
svbool_t svwhilelt_b32[_s64](int64_t op1, int64_t op2) WHILELT Presult.S, Xop1, Xop2 |
| CreateWhileLessThanMask32Bit(Int32, Int32) |
svbool_t svwhilelt_b32[_s32](int32_t op1, int32_t op2) WHILELT Presult.S, Wop1, Wop2 |
CreateWhileLessThanMask32Bit(UInt64, UInt64)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
svbool_t svwhilelt_b32[_u64](uint64_t op1, uint64_t op2)
WHILELO Presult.S, Xop1, Xop2
public:
static System::Numerics::Vector<System::UInt32> CreateWhileLessThanMask32Bit(System::UInt64 left, System::UInt64 right);
public static System.Numerics.Vector<uint> CreateWhileLessThanMask32Bit(ulong left, ulong right);
static member CreateWhileLessThanMask32Bit : uint64 * uint64 -> System.Numerics.Vector<uint32>
Public Shared Function CreateWhileLessThanMask32Bit (left As ULong, right As ULong) As Vector(Of UInteger)
Parameter
- left
- UInt64
- right
- UInt64
Gibt zurück
Gilt für:
CreateWhileLessThanMask32Bit(UInt32, UInt32)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
svbool_t svwhilelt_b32[_u32](uint32_t op1, uint32_t op2)
WHILELO Presult.S, Wop1, Wop2
public:
static System::Numerics::Vector<System::UInt32> CreateWhileLessThanMask32Bit(System::UInt32 left, System::UInt32 right);
public static System.Numerics.Vector<uint> CreateWhileLessThanMask32Bit(uint left, uint right);
static member CreateWhileLessThanMask32Bit : uint32 * uint32 -> System.Numerics.Vector<uint32>
Public Shared Function CreateWhileLessThanMask32Bit (left As UInteger, right As UInteger) As Vector(Of UInteger)
Parameter
- left
- UInt32
- right
- UInt32
Gibt zurück
Gilt für:
CreateWhileLessThanMask32Bit(Int64, Int64)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
svbool_t svwhilelt_b32[_s64](int64_t op1, int64_t op2)
WHILELT Presult.S, Xop1, Xop2
public:
static System::Numerics::Vector<System::UInt32> CreateWhileLessThanMask32Bit(long left, long right);
public static System.Numerics.Vector<uint> CreateWhileLessThanMask32Bit(long left, long right);
static member CreateWhileLessThanMask32Bit : int64 * int64 -> System.Numerics.Vector<uint32>
Public Shared Function CreateWhileLessThanMask32Bit (left As Long, right As Long) As Vector(Of UInteger)
Parameter
- left
- Int64
- right
- Int64
Gibt zurück
Gilt für:
CreateWhileLessThanMask32Bit(Int32, Int32)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
svbool_t svwhilelt_b32[_s32](int32_t op1, int32_t op2)
WHILELT Presult.S, Wop1, Wop2
public:
static System::Numerics::Vector<System::UInt32> CreateWhileLessThanMask32Bit(int left, int right);
public static System.Numerics.Vector<uint> CreateWhileLessThanMask32Bit(int left, int right);
static member CreateWhileLessThanMask32Bit : int * int -> System.Numerics.Vector<uint32>
Public Shared Function CreateWhileLessThanMask32Bit (left As Integer, right As Integer) As Vector(Of UInteger)
Parameter
- left
- Int32
- right
- Int32