Sve.CreateWhileLessThanMask8Bit Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CreateWhileLessThanMask8Bit(Int32, Int32) |
svbool_t svwhilelt_b8[_s32](int32_t op1, int32_t op2) WHILELT Presult.B, Wop1, Wop2 |
CreateWhileLessThanMask8Bit(Int64, Int64) |
svbool_t svwhilelt_b8[_s64](int64_t op1, int64_t op2) WHILELT Presult.B, Xop1, Xop2 |
CreateWhileLessThanMask8Bit(UInt32, UInt32) |
svbool_t svwhilelt_b8[_u32](uint32_t op1, uint32_t op2) WHILELO Presult.B, Wop1, Wop2 |
CreateWhileLessThanMask8Bit(UInt64, UInt64) |
svbool_t svwhilelt_b8[_u64](uint64_t op1, uint64_t op2) WHILELO Presult.B, Xop1, Xop2 |
CreateWhileLessThanMask8Bit(Int32, Int32)
svbool_t svwhilelt_b8[_s32](int32_t op1, int32_t op2)
WHILELT Presult.B, Wop1, Wop2
public:
static System::Numerics::Vector<System::Byte> CreateWhileLessThanMask8Bit(int left, int right);
public static System.Numerics.Vector<byte> CreateWhileLessThanMask8Bit (int left, int right);
static member CreateWhileLessThanMask8Bit : int * int -> System.Numerics.Vector<byte>
Public Shared Function CreateWhileLessThanMask8Bit (left As Integer, right As Integer) As Vector(Of Byte)
Parameters
- left
- Int32
- right
- Int32
Returns
Applies to
CreateWhileLessThanMask8Bit(Int64, Int64)
svbool_t svwhilelt_b8[_s64](int64_t op1, int64_t op2)
WHILELT Presult.B, Xop1, Xop2
public:
static System::Numerics::Vector<System::Byte> CreateWhileLessThanMask8Bit(long left, long right);
public static System.Numerics.Vector<byte> CreateWhileLessThanMask8Bit (long left, long right);
static member CreateWhileLessThanMask8Bit : int64 * int64 -> System.Numerics.Vector<byte>
Public Shared Function CreateWhileLessThanMask8Bit (left As Long, right As Long) As Vector(Of Byte)
Parameters
- left
- Int64
- right
- Int64
Returns
Applies to
CreateWhileLessThanMask8Bit(UInt32, UInt32)
svbool_t svwhilelt_b8[_u32](uint32_t op1, uint32_t op2)
WHILELO Presult.B, Wop1, Wop2
public:
static System::Numerics::Vector<System::Byte> CreateWhileLessThanMask8Bit(System::UInt32 left, System::UInt32 right);
public static System.Numerics.Vector<byte> CreateWhileLessThanMask8Bit (uint left, uint right);
static member CreateWhileLessThanMask8Bit : uint32 * uint32 -> System.Numerics.Vector<byte>
Public Shared Function CreateWhileLessThanMask8Bit (left As UInteger, right As UInteger) As Vector(Of Byte)
Parameters
- left
- UInt32
- right
- UInt32
Returns
Applies to
CreateWhileLessThanMask8Bit(UInt64, UInt64)
svbool_t svwhilelt_b8[_u64](uint64_t op1, uint64_t op2)
WHILELO Presult.B, Xop1, Xop2
public:
static System::Numerics::Vector<System::Byte> CreateWhileLessThanMask8Bit(System::UInt64 left, System::UInt64 right);
public static System.Numerics.Vector<byte> CreateWhileLessThanMask8Bit (ulong left, ulong right);
static member CreateWhileLessThanMask8Bit : uint64 * uint64 -> System.Numerics.Vector<byte>
Public Shared Function CreateWhileLessThanMask8Bit (left As ULong, right As ULong) As Vector(Of Byte)
Parameters
- left
- UInt64
- right
- UInt64