Sve2.CreateWhileGreaterThanOrEqualMaskByte Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CreateWhileGreaterThanOrEqualMaskByte(Int32, Int32)
- Source:
- Sve2.PlatformNotSupported.cs
public:
static System::Numerics::Vector<System::Byte> CreateWhileGreaterThanOrEqualMaskByte(int left, int right);
public static System.Numerics.Vector<byte> CreateWhileGreaterThanOrEqualMaskByte(int left, int right);
static member CreateWhileGreaterThanOrEqualMaskByte : int * int -> System.Numerics.Vector<byte>
Public Shared Function CreateWhileGreaterThanOrEqualMaskByte (left As Integer, right As Integer) As Vector(Of Byte)
Parameters
- left
- Int32
- right
- Int32
Returns
Applies to
CreateWhileGreaterThanOrEqualMaskByte(Int64, Int64)
- Source:
- Sve2.PlatformNotSupported.cs
public:
static System::Numerics::Vector<System::Byte> CreateWhileGreaterThanOrEqualMaskByte(long left, long right);
public static System.Numerics.Vector<byte> CreateWhileGreaterThanOrEqualMaskByte(long left, long right);
static member CreateWhileGreaterThanOrEqualMaskByte : int64 * int64 -> System.Numerics.Vector<byte>
Public Shared Function CreateWhileGreaterThanOrEqualMaskByte (left As Long, right As Long) As Vector(Of Byte)
Parameters
- left
- Int64
- right
- Int64
Returns
Applies to
CreateWhileGreaterThanOrEqualMaskByte(UInt32, UInt32)
- Source:
- Sve2.PlatformNotSupported.cs
public:
static System::Numerics::Vector<System::Byte> CreateWhileGreaterThanOrEqualMaskByte(System::UInt32 left, System::UInt32 right);
public static System.Numerics.Vector<byte> CreateWhileGreaterThanOrEqualMaskByte(uint left, uint right);
static member CreateWhileGreaterThanOrEqualMaskByte : uint32 * uint32 -> System.Numerics.Vector<byte>
Public Shared Function CreateWhileGreaterThanOrEqualMaskByte (left As UInteger, right As UInteger) As Vector(Of Byte)
Parameters
- left
- UInt32
- right
- UInt32
Returns
Applies to
CreateWhileGreaterThanOrEqualMaskByte(UInt64, UInt64)
- Source:
- Sve2.PlatformNotSupported.cs
public:
static System::Numerics::Vector<System::Byte> CreateWhileGreaterThanOrEqualMaskByte(System::UInt64 left, System::UInt64 right);
public static System.Numerics.Vector<byte> CreateWhileGreaterThanOrEqualMaskByte(ulong left, ulong right);
static member CreateWhileGreaterThanOrEqualMaskByte : uint64 * uint64 -> System.Numerics.Vector<byte>
Public Shared Function CreateWhileGreaterThanOrEqualMaskByte (left As ULong, right As ULong) As Vector(Of Byte)
Parameters
- left
- UInt64
- right
- UInt64