Sve.CreateWhileLessThanMaskUInt64 Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| CreateWhileLessThanMaskUInt64(UInt64, UInt64) | |
| CreateWhileLessThanMaskUInt64(UInt32, UInt32) | |
| CreateWhileLessThanMaskUInt64(Int64, Int64) | |
| CreateWhileLessThanMaskUInt64(Int32, Int32) |
CreateWhileLessThanMaskUInt64(UInt64, UInt64)
- Origem:
- Sve.PlatformNotSupported.cs
public:
static System::Numerics::Vector<System::UInt64> CreateWhileLessThanMaskUInt64(System::UInt64 left, System::UInt64 right);
public static System.Numerics.Vector<ulong> CreateWhileLessThanMaskUInt64(ulong left, ulong right);
static member CreateWhileLessThanMaskUInt64 : uint64 * uint64 -> System.Numerics.Vector<uint64>
Public Shared Function CreateWhileLessThanMaskUInt64 (left As ULong, right As ULong) As Vector(Of ULong)
Parâmetros
- left
- UInt64
- right
- UInt64
Retornos
Aplica-se a
CreateWhileLessThanMaskUInt64(UInt32, UInt32)
- Origem:
- Sve.PlatformNotSupported.cs
public:
static System::Numerics::Vector<System::UInt64> CreateWhileLessThanMaskUInt64(System::UInt32 left, System::UInt32 right);
public static System.Numerics.Vector<ulong> CreateWhileLessThanMaskUInt64(uint left, uint right);
static member CreateWhileLessThanMaskUInt64 : uint32 * uint32 -> System.Numerics.Vector<uint64>
Public Shared Function CreateWhileLessThanMaskUInt64 (left As UInteger, right As UInteger) As Vector(Of ULong)
Parâmetros
- left
- UInt32
- right
- UInt32
Retornos
Aplica-se a
CreateWhileLessThanMaskUInt64(Int64, Int64)
- Origem:
- Sve.PlatformNotSupported.cs
public:
static System::Numerics::Vector<System::UInt64> CreateWhileLessThanMaskUInt64(long left, long right);
public static System.Numerics.Vector<ulong> CreateWhileLessThanMaskUInt64(long left, long right);
static member CreateWhileLessThanMaskUInt64 : int64 * int64 -> System.Numerics.Vector<uint64>
Public Shared Function CreateWhileLessThanMaskUInt64 (left As Long, right As Long) As Vector(Of ULong)
Parâmetros
- left
- Int64
- right
- Int64
Retornos
Aplica-se a
CreateWhileLessThanMaskUInt64(Int32, Int32)
- Origem:
- Sve.PlatformNotSupported.cs
public:
static System::Numerics::Vector<System::UInt64> CreateWhileLessThanMaskUInt64(int left, int right);
public static System.Numerics.Vector<ulong> CreateWhileLessThanMaskUInt64(int left, int right);
static member CreateWhileLessThanMaskUInt64 : int * int -> System.Numerics.Vector<uint64>
Public Shared Function CreateWhileLessThanMaskUInt64 (left As Integer, right As Integer) As Vector(Of ULong)
Parâmetros
- left
- Int32
- right
- Int32