Sve.CreateWhileLessThanOrEqualMaskUInt64 Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
CreateWhileLessThanOrEqualMaskUInt64(Int32, Int32)
- Origem:
- Sve.PlatformNotSupported.cs
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)
Parâmetros
- left
- Int32
- right
- Int32
Devoluções
Aplica-se a
CreateWhileLessThanOrEqualMaskUInt64(Int64, Int64)
- Origem:
- Sve.PlatformNotSupported.cs
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)
Parâmetros
- left
- Int64
- right
- Int64
Devoluções
Aplica-se a
CreateWhileLessThanOrEqualMaskUInt64(UInt32, UInt32)
- Origem:
- Sve.PlatformNotSupported.cs
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)
Parâmetros
- left
- UInt32
- right
- UInt32
Devoluções
Aplica-se a
CreateWhileLessThanOrEqualMaskUInt64(UInt64, UInt64)
- Origem:
- Sve.PlatformNotSupported.cs
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)
Parâmetros
- left
- UInt64
- right
- UInt64