Sve.CreateWhileLessThanMaskSByte Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
| Name | Description |
|---|---|
| CreateWhileLessThanMaskSByte(UInt32, UInt32) | |
| CreateWhileLessThanMaskSByte(UInt64, UInt64) | |
| CreateWhileLessThanMaskSByte(Int32, Int32) | |
| CreateWhileLessThanMaskSByte(Int64, Int64) |
CreateWhileLessThanMaskSByte(UInt32, UInt32)
public:
static System::Numerics::Vector<System::SByte> CreateWhileLessThanMaskSByte(System::UInt32 left, System::UInt32 right);
public static System.Numerics.Vector<sbyte> CreateWhileLessThanMaskSByte(uint left, uint right);
static member CreateWhileLessThanMaskSByte : uint32 * uint32 -> System.Numerics.Vector<sbyte>
Public Shared Function CreateWhileLessThanMaskSByte (left As UInteger, right As UInteger) As Vector(Of SByte)
Parameters
- left
- UInt32
- right
- UInt32
Retouren
Van toepassing op
CreateWhileLessThanMaskSByte(UInt64, UInt64)
public:
static System::Numerics::Vector<System::SByte> CreateWhileLessThanMaskSByte(System::UInt64 left, System::UInt64 right);
public static System.Numerics.Vector<sbyte> CreateWhileLessThanMaskSByte(ulong left, ulong right);
static member CreateWhileLessThanMaskSByte : uint64 * uint64 -> System.Numerics.Vector<sbyte>
Public Shared Function CreateWhileLessThanMaskSByte (left As ULong, right As ULong) As Vector(Of SByte)
Parameters
- left
- UInt64
- right
- UInt64
Retouren
Van toepassing op
CreateWhileLessThanMaskSByte(Int32, Int32)
public:
static System::Numerics::Vector<System::SByte> CreateWhileLessThanMaskSByte(int left, int right);
public static System.Numerics.Vector<sbyte> CreateWhileLessThanMaskSByte(int left, int right);
static member CreateWhileLessThanMaskSByte : int * int -> System.Numerics.Vector<sbyte>
Public Shared Function CreateWhileLessThanMaskSByte (left As Integer, right As Integer) As Vector(Of SByte)
Parameters
- left
- Int32
- right
- Int32
Retouren
Van toepassing op
CreateWhileLessThanMaskSByte(Int64, Int64)
public:
static System::Numerics::Vector<System::SByte> CreateWhileLessThanMaskSByte(long left, long right);
public static System.Numerics.Vector<sbyte> CreateWhileLessThanMaskSByte(long left, long right);
static member CreateWhileLessThanMaskSByte : int64 * int64 -> System.Numerics.Vector<sbyte>
Public Shared Function CreateWhileLessThanMaskSByte (left As Long, right As Long) As Vector(Of SByte)
Parameters
- left
- Int64
- right
- Int64