편집

Sve.CreateWhileLessThanOrEqualMaskDouble Method

Definition

Overloads

CreateWhileLessThanOrEqualMaskDouble(UInt32, UInt32)

Source:
Sve.PlatformNotSupported.cs
public:
 static System::Numerics::Vector<double> CreateWhileLessThanOrEqualMaskDouble(System::UInt32 left, System::UInt32 right);
public static System.Numerics.Vector<double> CreateWhileLessThanOrEqualMaskDouble(uint left, uint right);
static member CreateWhileLessThanOrEqualMaskDouble : uint32 * uint32 -> System.Numerics.Vector<double>
Public Shared Function CreateWhileLessThanOrEqualMaskDouble (left As UInteger, right As UInteger) As Vector(Of Double)

Parameters

left
UInt32
right
UInt32

Returns

Applies to

CreateWhileLessThanOrEqualMaskDouble(UInt64, UInt64)

Source:
Sve.PlatformNotSupported.cs
public:
 static System::Numerics::Vector<double> CreateWhileLessThanOrEqualMaskDouble(System::UInt64 left, System::UInt64 right);
public static System.Numerics.Vector<double> CreateWhileLessThanOrEqualMaskDouble(ulong left, ulong right);
static member CreateWhileLessThanOrEqualMaskDouble : uint64 * uint64 -> System.Numerics.Vector<double>
Public Shared Function CreateWhileLessThanOrEqualMaskDouble (left As ULong, right As ULong) As Vector(Of Double)

Parameters

left
UInt64
right
UInt64

Returns

Applies to

CreateWhileLessThanOrEqualMaskDouble(Int32, Int32)

Source:
Sve.PlatformNotSupported.cs
public:
 static System::Numerics::Vector<double> CreateWhileLessThanOrEqualMaskDouble(int left, int right);
public static System.Numerics.Vector<double> CreateWhileLessThanOrEqualMaskDouble(int left, int right);
static member CreateWhileLessThanOrEqualMaskDouble : int * int -> System.Numerics.Vector<double>
Public Shared Function CreateWhileLessThanOrEqualMaskDouble (left As Integer, right As Integer) As Vector(Of Double)

Parameters

left
Int32
right
Int32

Returns

Applies to

CreateWhileLessThanOrEqualMaskDouble(Int64, Int64)

Source:
Sve.PlatformNotSupported.cs
public:
 static System::Numerics::Vector<double> CreateWhileLessThanOrEqualMaskDouble(long left, long right);
public static System.Numerics.Vector<double> CreateWhileLessThanOrEqualMaskDouble(long left, long right);
static member CreateWhileLessThanOrEqualMaskDouble : int64 * int64 -> System.Numerics.Vector<double>
Public Shared Function CreateWhileLessThanOrEqualMaskDouble (left As Long, right As Long) As Vector(Of Double)

Parameters

left
Int64
right
Int64

Returns

Applies to