Sve2.CreateWhileGreaterThanOrEqualMaskUInt16 Method

Definition

Overloads

CreateWhileGreaterThanOrEqualMaskUInt16(Int32, Int32)

Source:
Sve2.PlatformNotSupported.cs
public:
 static System::Numerics::Vector<System::UInt16> CreateWhileGreaterThanOrEqualMaskUInt16(int left, int right);
public static System.Numerics.Vector<ushort> CreateWhileGreaterThanOrEqualMaskUInt16(int left, int right);
static member CreateWhileGreaterThanOrEqualMaskUInt16 : int * int -> System.Numerics.Vector<uint16>
Public Shared Function CreateWhileGreaterThanOrEqualMaskUInt16 (left As Integer, right As Integer) As Vector(Of UShort)

Parameters

left
Int32
right
Int32

Returns

Applies to

CreateWhileGreaterThanOrEqualMaskUInt16(Int64, Int64)

Source:
Sve2.PlatformNotSupported.cs
public:
 static System::Numerics::Vector<System::UInt16> CreateWhileGreaterThanOrEqualMaskUInt16(long left, long right);
public static System.Numerics.Vector<ushort> CreateWhileGreaterThanOrEqualMaskUInt16(long left, long right);
static member CreateWhileGreaterThanOrEqualMaskUInt16 : int64 * int64 -> System.Numerics.Vector<uint16>
Public Shared Function CreateWhileGreaterThanOrEqualMaskUInt16 (left As Long, right As Long) As Vector(Of UShort)

Parameters

left
Int64
right
Int64

Returns

Applies to

CreateWhileGreaterThanOrEqualMaskUInt16(UInt32, UInt32)

Source:
Sve2.PlatformNotSupported.cs
public:
 static System::Numerics::Vector<System::UInt16> CreateWhileGreaterThanOrEqualMaskUInt16(System::UInt32 left, System::UInt32 right);
public static System.Numerics.Vector<ushort> CreateWhileGreaterThanOrEqualMaskUInt16(uint left, uint right);
static member CreateWhileGreaterThanOrEqualMaskUInt16 : uint32 * uint32 -> System.Numerics.Vector<uint16>
Public Shared Function CreateWhileGreaterThanOrEqualMaskUInt16 (left As UInteger, right As UInteger) As Vector(Of UShort)

Parameters

left
UInt32
right
UInt32

Returns

Applies to

CreateWhileGreaterThanOrEqualMaskUInt16(UInt64, UInt64)

Source:
Sve2.PlatformNotSupported.cs
public:
 static System::Numerics::Vector<System::UInt16> CreateWhileGreaterThanOrEqualMaskUInt16(System::UInt64 left, System::UInt64 right);
public static System.Numerics.Vector<ushort> CreateWhileGreaterThanOrEqualMaskUInt16(ulong left, ulong right);
static member CreateWhileGreaterThanOrEqualMaskUInt16 : uint64 * uint64 -> System.Numerics.Vector<uint16>
Public Shared Function CreateWhileGreaterThanOrEqualMaskUInt16 (left As ULong, right As ULong) As Vector(Of UShort)

Parameters

left
UInt64
right
UInt64

Returns

Applies to