Sve.CreateWhileLessThanMask64Bit Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
| Name | Description |
|---|---|
| CreateWhileLessThanMask64Bit(Int32, Int32) |
svbool_t svwhilelt_b64[_s32](int32_t op1, int32_t op2) WHILELT Presult.D, Wop1, Wop2 |
| CreateWhileLessThanMask64Bit(Int64, Int64) |
svbool_t svwhilelt_b64[_s64](int64_t op1, int64_t op2) WHILELT Presult.D, Xop1, Xop2 |
| CreateWhileLessThanMask64Bit(UInt32, UInt32) |
svbool_t svwhilelt_b64[_u32](uint32_t op1, uint32_t op2) WHILELO Presult.D, Wop1, Wop2 |
| CreateWhileLessThanMask64Bit(UInt64, UInt64) |
svbool_t svwhilelt_b64[_u64](uint64_t op1, uint64_t op2) WHILELO Presult.D, Xop1, Xop2 |
CreateWhileLessThanMask64Bit(Int32, Int32)
svbool_t svwhilelt_b64[_s32](int32_t op1, int32_t op2)
WHILELT Presult.D, Wop1, Wop2
public:
static System::Numerics::Vector<System::UInt64> CreateWhileLessThanMask64Bit(int left, int right);
public static System.Numerics.Vector<ulong> CreateWhileLessThanMask64Bit(int left, int right);
static member CreateWhileLessThanMask64Bit : int * int -> System.Numerics.Vector<uint64>
Public Shared Function CreateWhileLessThanMask64Bit (left As Integer, right As Integer) As Vector(Of ULong)
Parameters
- left
- Int32
- right
- Int32
Retouren
Van toepassing op
CreateWhileLessThanMask64Bit(Int64, Int64)
svbool_t svwhilelt_b64[_s64](int64_t op1, int64_t op2)
WHILELT Presult.D, Xop1, Xop2
public:
static System::Numerics::Vector<System::UInt64> CreateWhileLessThanMask64Bit(long left, long right);
public static System.Numerics.Vector<ulong> CreateWhileLessThanMask64Bit(long left, long right);
static member CreateWhileLessThanMask64Bit : int64 * int64 -> System.Numerics.Vector<uint64>
Public Shared Function CreateWhileLessThanMask64Bit (left As Long, right As Long) As Vector(Of ULong)
Parameters
- left
- Int64
- right
- Int64
Retouren
Van toepassing op
CreateWhileLessThanMask64Bit(UInt32, UInt32)
svbool_t svwhilelt_b64[_u32](uint32_t op1, uint32_t op2)
WHILELO Presult.D, Wop1, Wop2
public:
static System::Numerics::Vector<System::UInt64> CreateWhileLessThanMask64Bit(System::UInt32 left, System::UInt32 right);
public static System.Numerics.Vector<ulong> CreateWhileLessThanMask64Bit(uint left, uint right);
static member CreateWhileLessThanMask64Bit : uint32 * uint32 -> System.Numerics.Vector<uint64>
Public Shared Function CreateWhileLessThanMask64Bit (left As UInteger, right As UInteger) As Vector(Of ULong)
Parameters
- left
- UInt32
- right
- UInt32
Retouren
Van toepassing op
CreateWhileLessThanMask64Bit(UInt64, UInt64)
svbool_t svwhilelt_b64[_u64](uint64_t op1, uint64_t op2)
WHILELO Presult.D, Xop1, Xop2
public:
static System::Numerics::Vector<System::UInt64> CreateWhileLessThanMask64Bit(System::UInt64 left, System::UInt64 right);
public static System.Numerics.Vector<ulong> CreateWhileLessThanMask64Bit(ulong left, ulong right);
static member CreateWhileLessThanMask64Bit : uint64 * uint64 -> System.Numerics.Vector<uint64>
Public Shared Function CreateWhileLessThanMask64Bit (left As ULong, right As ULong) As Vector(Of ULong)
Parameters
- left
- UInt64
- right
- UInt64