Sve.CreateWhileLessThanMask32Bit 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

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(Int32, Int32)

svbool_t svwhilelt_b32[_s32](int32_t op1, int32_t op2)

WHILELT Presult.S, Wop1, Wop2

CreateWhileLessThanMask32Bit(Int64, Int64)

svbool_t svwhilelt_b32[_s64](int64_t op1, int64_t op2)

WHILELT Presult.S, Xop1, Xop2

CreateWhileLessThanMask32Bit(UInt64, UInt64)

svbool_t svwhilelt_b32[_u64](uint64_t op1, uint64_t op2)

WHILELO Presult.S, Xop1, Xop2

public static System.Numerics.Vector<uint> CreateWhileLessThanMask32Bit (ulong left, ulong right);

Parameters

left
UInt64
right
UInt64

Returns

Applies to

.NET 9
Proizvod Verzije
.NET 9

CreateWhileLessThanMask32Bit(UInt32, UInt32)

svbool_t svwhilelt_b32[_u32](uint32_t op1, uint32_t op2)

WHILELO Presult.S, Wop1, Wop2

public static System.Numerics.Vector<uint> CreateWhileLessThanMask32Bit (uint left, uint right);

Parameters

left
UInt32
right
UInt32

Returns

Applies to

.NET 9
Proizvod Verzije
.NET 9

CreateWhileLessThanMask32Bit(Int32, Int32)

svbool_t svwhilelt_b32[_s32](int32_t op1, int32_t op2)

WHILELT Presult.S, Wop1, Wop2

public static System.Numerics.Vector<uint> CreateWhileLessThanMask32Bit (int left, int right);

Parameters

left
Int32
right
Int32

Returns

Applies to

.NET 9
Proizvod Verzije
.NET 9

CreateWhileLessThanMask32Bit(Int64, Int64)

svbool_t svwhilelt_b32[_s64](int64_t op1, int64_t op2)

WHILELT Presult.S, Xop1, Xop2

public static System.Numerics.Vector<uint> CreateWhileLessThanMask32Bit (long left, long right);

Parameters

left
Int64
right
Int64

Returns

Applies to

.NET 9
Proizvod Verzije
.NET 9