Sve.CreateWhileLessThanOrEqualMaskInt64 Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
CreateWhileLessThanOrEqualMaskInt64(Int32, Int32)
- Quelle:
- Sve.PlatformNotSupported.cs
public:
static System::Numerics::Vector<long> CreateWhileLessThanOrEqualMaskInt64(int left, int right);
public static System.Numerics.Vector<long> CreateWhileLessThanOrEqualMaskInt64(int left, int right);
static member CreateWhileLessThanOrEqualMaskInt64 : int * int -> System.Numerics.Vector<int64>
Public Shared Function CreateWhileLessThanOrEqualMaskInt64 (left As Integer, right As Integer) As Vector(Of Long)
Parameter
- left
- Int32
- right
- Int32
Gibt zurück
Gilt für:
CreateWhileLessThanOrEqualMaskInt64(Int64, Int64)
- Quelle:
- Sve.PlatformNotSupported.cs
public:
static System::Numerics::Vector<long> CreateWhileLessThanOrEqualMaskInt64(long left, long right);
public static System.Numerics.Vector<long> CreateWhileLessThanOrEqualMaskInt64(long left, long right);
static member CreateWhileLessThanOrEqualMaskInt64 : int64 * int64 -> System.Numerics.Vector<int64>
Public Shared Function CreateWhileLessThanOrEqualMaskInt64 (left As Long, right As Long) As Vector(Of Long)
Parameter
- left
- Int64
- right
- Int64
Gibt zurück
Gilt für:
CreateWhileLessThanOrEqualMaskInt64(UInt32, UInt32)
- Quelle:
- Sve.PlatformNotSupported.cs
public:
static System::Numerics::Vector<long> CreateWhileLessThanOrEqualMaskInt64(System::UInt32 left, System::UInt32 right);
public static System.Numerics.Vector<long> CreateWhileLessThanOrEqualMaskInt64(uint left, uint right);
static member CreateWhileLessThanOrEqualMaskInt64 : uint32 * uint32 -> System.Numerics.Vector<int64>
Public Shared Function CreateWhileLessThanOrEqualMaskInt64 (left As UInteger, right As UInteger) As Vector(Of Long)
Parameter
- left
- UInt32
- right
- UInt32
Gibt zurück
Gilt für:
CreateWhileLessThanOrEqualMaskInt64(UInt64, UInt64)
- Quelle:
- Sve.PlatformNotSupported.cs
public:
static System::Numerics::Vector<long> CreateWhileLessThanOrEqualMaskInt64(System::UInt64 left, System::UInt64 right);
public static System.Numerics.Vector<long> CreateWhileLessThanOrEqualMaskInt64(ulong left, ulong right);
static member CreateWhileLessThanOrEqualMaskInt64 : uint64 * uint64 -> System.Numerics.Vector<int64>
Public Shared Function CreateWhileLessThanOrEqualMaskInt64 (left As ULong, right As ULong) As Vector(Of Long)
Parameter
- left
- UInt64
- right
- UInt64