Sve.CreateWhileLessThanOrEqualMaskSByte Método

Definição

Sobrecargas

CreateWhileLessThanOrEqualMaskSByte(UInt64, UInt64)

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

Parâmetros

left
UInt64
right
UInt64

Devoluções

Aplica-se a

CreateWhileLessThanOrEqualMaskSByte(UInt32, UInt32)

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

Parâmetros

left
UInt32
right
UInt32

Devoluções

Aplica-se a

CreateWhileLessThanOrEqualMaskSByte(Int32, Int32)

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

Parâmetros

left
Int32
right
Int32

Devoluções

Aplica-se a

CreateWhileLessThanOrEqualMaskSByte(Int64, Int64)

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

Parâmetros

left
Int64
right
Int64

Devoluções

Aplica-se a