Sve.LoadVectorByteZeroExtendToUInt64(Vector<UInt64>, Byte*) Method

Definition

public:
 static System::Numerics::Vector<System::UInt64> LoadVectorByteZeroExtendToUInt64(System::Numerics::Vector<System::UInt64> mask, System::Byte* address);
public static System.Numerics.Vector<ulong> LoadVectorByteZeroExtendToUInt64 (System.Numerics.Vector<ulong> mask, byte* address);
static member LoadVectorByteZeroExtendToUInt64 : System.Numerics.Vector<uint64> * nativeptr<byte> -> System.Numerics.Vector<uint64>

Parameters

mask
Vector<UInt64>
address
Byte*

Returns

Applies to