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