Sve.LoadVectorByteZeroExtendToUInt16(Vector<UInt16>, Byte*) Method

Definition

public:
 static System::Numerics::Vector<System::UInt16> LoadVectorByteZeroExtendToUInt16(System::Numerics::Vector<System::UInt16> mask, System::Byte* address);
public static System.Numerics.Vector<ushort> LoadVectorByteZeroExtendToUInt16 (System.Numerics.Vector<ushort> mask, byte* address);
static member LoadVectorByteZeroExtendToUInt16 : System.Numerics.Vector<uint16> * nativeptr<byte> -> System.Numerics.Vector<uint16>

Parameters

mask
Vector<UInt16>
address
Byte*

Returns

Applies to