Sve.CreateWhileLessThanOrEqualMaskUInt64 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
CreateWhileLessThanOrEqualMaskUInt64(Int32, Int32)
public:
static System::Numerics::Vector<System::UInt64> CreateWhileLessThanOrEqualMaskUInt64(int left, int right);
public static System.Numerics.Vector<ulong> CreateWhileLessThanOrEqualMaskUInt64(int left, int right);
static member CreateWhileLessThanOrEqualMaskUInt64 : int * int -> System.Numerics.Vector<uint64>
Public Shared Function CreateWhileLessThanOrEqualMaskUInt64 (left As Integer, right As Integer) As Vector(Of ULong)
Parameters
- left
- Int32
- right
- Int32
Retouren
Van toepassing op
CreateWhileLessThanOrEqualMaskUInt64(Int64, Int64)
public:
static System::Numerics::Vector<System::UInt64> CreateWhileLessThanOrEqualMaskUInt64(long left, long right);
public static System.Numerics.Vector<ulong> CreateWhileLessThanOrEqualMaskUInt64(long left, long right);
static member CreateWhileLessThanOrEqualMaskUInt64 : int64 * int64 -> System.Numerics.Vector<uint64>
Public Shared Function CreateWhileLessThanOrEqualMaskUInt64 (left As Long, right As Long) As Vector(Of ULong)
Parameters
- left
- Int64
- right
- Int64
Retouren
Van toepassing op
CreateWhileLessThanOrEqualMaskUInt64(UInt32, UInt32)
public:
static System::Numerics::Vector<System::UInt64> CreateWhileLessThanOrEqualMaskUInt64(System::UInt32 left, System::UInt32 right);
public static System.Numerics.Vector<ulong> CreateWhileLessThanOrEqualMaskUInt64(uint left, uint right);
static member CreateWhileLessThanOrEqualMaskUInt64 : uint32 * uint32 -> System.Numerics.Vector<uint64>
Public Shared Function CreateWhileLessThanOrEqualMaskUInt64 (left As UInteger, right As UInteger) As Vector(Of ULong)
Parameters
- left
- UInt32
- right
- UInt32
Retouren
Van toepassing op
CreateWhileLessThanOrEqualMaskUInt64(UInt64, UInt64)
public:
static System::Numerics::Vector<System::UInt64> CreateWhileLessThanOrEqualMaskUInt64(System::UInt64 left, System::UInt64 right);
public static System.Numerics.Vector<ulong> CreateWhileLessThanOrEqualMaskUInt64(ulong left, ulong right);
static member CreateWhileLessThanOrEqualMaskUInt64 : uint64 * uint64 -> System.Numerics.Vector<uint64>
Public Shared Function CreateWhileLessThanOrEqualMaskUInt64 (left As ULong, right As ULong) As Vector(Of ULong)
Parameters
- left
- UInt64
- right
- UInt64