Sve.CreateWhileLessThanMaskUInt32 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
| Name | Description |
|---|---|
| CreateWhileLessThanMaskUInt32(Int32, Int32) | |
| CreateWhileLessThanMaskUInt32(Int64, Int64) | |
| CreateWhileLessThanMaskUInt32(UInt32, UInt32) | |
| CreateWhileLessThanMaskUInt32(UInt64, UInt64) |
CreateWhileLessThanMaskUInt32(Int32, Int32)
- Source:
- Sve.PlatformNotSupported.cs
public:
static System::Numerics::Vector<System::UInt32> CreateWhileLessThanMaskUInt32(int left, int right);
public static System.Numerics.Vector<uint> CreateWhileLessThanMaskUInt32(int left, int right);
static member CreateWhileLessThanMaskUInt32 : int * int -> System.Numerics.Vector<uint32>
Public Shared Function CreateWhileLessThanMaskUInt32 (left As Integer, right As Integer) As Vector(Of UInteger)
Parameters
- left
- Int32
- right
- Int32
Returns
Applies to
CreateWhileLessThanMaskUInt32(Int64, Int64)
- Source:
- Sve.PlatformNotSupported.cs
public:
static System::Numerics::Vector<System::UInt32> CreateWhileLessThanMaskUInt32(long left, long right);
public static System.Numerics.Vector<uint> CreateWhileLessThanMaskUInt32(long left, long right);
static member CreateWhileLessThanMaskUInt32 : int64 * int64 -> System.Numerics.Vector<uint32>
Public Shared Function CreateWhileLessThanMaskUInt32 (left As Long, right As Long) As Vector(Of UInteger)
Parameters
- left
- Int64
- right
- Int64
Returns
Applies to
CreateWhileLessThanMaskUInt32(UInt32, UInt32)
- Source:
- Sve.PlatformNotSupported.cs
public:
static System::Numerics::Vector<System::UInt32> CreateWhileLessThanMaskUInt32(System::UInt32 left, System::UInt32 right);
public static System.Numerics.Vector<uint> CreateWhileLessThanMaskUInt32(uint left, uint right);
static member CreateWhileLessThanMaskUInt32 : uint32 * uint32 -> System.Numerics.Vector<uint32>
Public Shared Function CreateWhileLessThanMaskUInt32 (left As UInteger, right As UInteger) As Vector(Of UInteger)
Parameters
- left
- UInt32
- right
- UInt32
Returns
Applies to
CreateWhileLessThanMaskUInt32(UInt64, UInt64)
- Source:
- Sve.PlatformNotSupported.cs
public:
static System::Numerics::Vector<System::UInt32> CreateWhileLessThanMaskUInt32(System::UInt64 left, System::UInt64 right);
public static System.Numerics.Vector<uint> CreateWhileLessThanMaskUInt32(ulong left, ulong right);
static member CreateWhileLessThanMaskUInt32 : uint64 * uint64 -> System.Numerics.Vector<uint32>
Public Shared Function CreateWhileLessThanMaskUInt32 (left As ULong, right As ULong) As Vector(Of UInteger)
Parameters
- left
- UInt64
- right
- UInt64