Sve.CreateWhileLessThanMaskInt32 Método

Definição

Sobrecargas

CreateWhileLessThanMaskInt32(UInt64, UInt64)

Origem:
Sve.PlatformNotSupported.cs
public:
 static System::Numerics::Vector<int> CreateWhileLessThanMaskInt32(System::UInt64 left, System::UInt64 right);
public static System.Numerics.Vector<int> CreateWhileLessThanMaskInt32(ulong left, ulong right);
static member CreateWhileLessThanMaskInt32 : uint64 * uint64 -> System.Numerics.Vector<int>
Public Shared Function CreateWhileLessThanMaskInt32 (left As ULong, right As ULong) As Vector(Of Integer)

Parâmetros

left
UInt64
right
UInt64

Retornos

Aplica-se a

CreateWhileLessThanMaskInt32(UInt32, UInt32)

Origem:
Sve.PlatformNotSupported.cs
public:
 static System::Numerics::Vector<int> CreateWhileLessThanMaskInt32(System::UInt32 left, System::UInt32 right);
public static System.Numerics.Vector<int> CreateWhileLessThanMaskInt32(uint left, uint right);
static member CreateWhileLessThanMaskInt32 : uint32 * uint32 -> System.Numerics.Vector<int>
Public Shared Function CreateWhileLessThanMaskInt32 (left As UInteger, right As UInteger) As Vector(Of Integer)

Parâmetros

left
UInt32
right
UInt32

Retornos

Aplica-se a

CreateWhileLessThanMaskInt32(Int64, Int64)

Origem:
Sve.PlatformNotSupported.cs
public:
 static System::Numerics::Vector<int> CreateWhileLessThanMaskInt32(long left, long right);
public static System.Numerics.Vector<int> CreateWhileLessThanMaskInt32(long left, long right);
static member CreateWhileLessThanMaskInt32 : int64 * int64 -> System.Numerics.Vector<int>
Public Shared Function CreateWhileLessThanMaskInt32 (left As Long, right As Long) As Vector(Of Integer)

Parâmetros

left
Int64
right
Int64

Retornos

Aplica-se a

CreateWhileLessThanMaskInt32(Int32, Int32)

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

Parâmetros

left
Int32
right
Int32

Retornos

Aplica-se a