Bewerken

Delen via


Sve.StoreNarrowing Method

Definition

Overloads

StoreNarrowing(Vector<UInt64>, Byte*, Vector<UInt64>)
StoreNarrowing(Vector<UInt32>, UInt16*, Vector<UInt32>)
StoreNarrowing(Vector<UInt32>, Byte*, Vector<UInt32>)
StoreNarrowing(Vector<UInt16>, Byte*, Vector<UInt16>)
StoreNarrowing(Vector<Int64>, SByte*, Vector<Int64>)
StoreNarrowing(Vector<Int32>, Int16*, Vector<Int32>)
StoreNarrowing(Vector<Int64>, Int16*, Vector<Int64>)
StoreNarrowing(Vector<Int32>, SByte*, Vector<Int32>)
StoreNarrowing(Vector<Int16>, SByte*, Vector<Int16>)
StoreNarrowing(Vector<UInt64>, UInt16*, Vector<UInt64>)
StoreNarrowing(Vector<Int64>, Int32*, Vector<Int64>)
StoreNarrowing(Vector<UInt64>, UInt32*, Vector<UInt64>)

StoreNarrowing(Vector<UInt64>, Byte*, Vector<UInt64>)

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

Parameters

mask
Vector<UInt64>
address
Byte*
data
Vector<UInt64>

Applies to

StoreNarrowing(Vector<UInt32>, UInt16*, Vector<UInt32>)

public:
 static void StoreNarrowing(System::Numerics::Vector<System::UInt32> mask, System::UInt16* address, System::Numerics::Vector<System::UInt32> data);
public static void StoreNarrowing (System.Numerics.Vector<uint> mask, ushort* address, System.Numerics.Vector<uint> data);
static member StoreNarrowing : System.Numerics.Vector<uint32> * nativeptr<uint16> * System.Numerics.Vector<uint32> -> unit

Parameters

mask
Vector<UInt32>
address
UInt16*
data
Vector<UInt32>

Applies to

StoreNarrowing(Vector<UInt32>, Byte*, Vector<UInt32>)

public:
 static void StoreNarrowing(System::Numerics::Vector<System::UInt32> mask, System::Byte* address, System::Numerics::Vector<System::UInt32> data);
public static void StoreNarrowing (System.Numerics.Vector<uint> mask, byte* address, System.Numerics.Vector<uint> data);
static member StoreNarrowing : System.Numerics.Vector<uint32> * nativeptr<byte> * System.Numerics.Vector<uint32> -> unit

Parameters

mask
Vector<UInt32>
address
Byte*
data
Vector<UInt32>

Applies to

StoreNarrowing(Vector<UInt16>, Byte*, Vector<UInt16>)

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

Parameters

mask
Vector<UInt16>
address
Byte*
data
Vector<UInt16>

Applies to

StoreNarrowing(Vector<Int64>, SByte*, Vector<Int64>)

public:
 static void StoreNarrowing(System::Numerics::Vector<long> mask, System::SByte* address, System::Numerics::Vector<long> data);
public static void StoreNarrowing (System.Numerics.Vector<long> mask, sbyte* address, System.Numerics.Vector<long> data);
static member StoreNarrowing : System.Numerics.Vector<int64> * nativeptr<sbyte> * System.Numerics.Vector<int64> -> unit

Parameters

mask
Vector<Int64>
address
SByte*
data
Vector<Int64>

Applies to

StoreNarrowing(Vector<Int32>, Int16*, Vector<Int32>)

public:
 static void StoreNarrowing(System::Numerics::Vector<int> mask, short* address, System::Numerics::Vector<int> data);
public static void StoreNarrowing (System.Numerics.Vector<int> mask, short* address, System.Numerics.Vector<int> data);
static member StoreNarrowing : System.Numerics.Vector<int> * nativeptr<int16> * System.Numerics.Vector<int> -> unit

Parameters

mask
Vector<Int32>
address
Int16*
data
Vector<Int32>

Applies to

StoreNarrowing(Vector<Int64>, Int16*, Vector<Int64>)

public:
 static void StoreNarrowing(System::Numerics::Vector<long> mask, short* address, System::Numerics::Vector<long> data);
public static void StoreNarrowing (System.Numerics.Vector<long> mask, short* address, System.Numerics.Vector<long> data);
static member StoreNarrowing : System.Numerics.Vector<int64> * nativeptr<int16> * System.Numerics.Vector<int64> -> unit

Parameters

mask
Vector<Int64>
address
Int16*
data
Vector<Int64>

Applies to

StoreNarrowing(Vector<Int32>, SByte*, Vector<Int32>)

public:
 static void StoreNarrowing(System::Numerics::Vector<int> mask, System::SByte* address, System::Numerics::Vector<int> data);
public static void StoreNarrowing (System.Numerics.Vector<int> mask, sbyte* address, System.Numerics.Vector<int> data);
static member StoreNarrowing : System.Numerics.Vector<int> * nativeptr<sbyte> * System.Numerics.Vector<int> -> unit

Parameters

mask
Vector<Int32>
address
SByte*
data
Vector<Int32>

Applies to

StoreNarrowing(Vector<Int16>, SByte*, Vector<Int16>)

public:
 static void StoreNarrowing(System::Numerics::Vector<short> mask, System::SByte* address, System::Numerics::Vector<short> data);
public static void StoreNarrowing (System.Numerics.Vector<short> mask, sbyte* address, System.Numerics.Vector<short> data);
static member StoreNarrowing : System.Numerics.Vector<int16> * nativeptr<sbyte> * System.Numerics.Vector<int16> -> unit

Parameters

mask
Vector<Int16>
address
SByte*
data
Vector<Int16>

Applies to

StoreNarrowing(Vector<UInt64>, UInt16*, Vector<UInt64>)

public:
 static void StoreNarrowing(System::Numerics::Vector<System::UInt64> mask, System::UInt16* address, System::Numerics::Vector<System::UInt64> data);
public static void StoreNarrowing (System.Numerics.Vector<ulong> mask, ushort* address, System.Numerics.Vector<ulong> data);
static member StoreNarrowing : System.Numerics.Vector<uint64> * nativeptr<uint16> * System.Numerics.Vector<uint64> -> unit

Parameters

mask
Vector<UInt64>
address
UInt16*
data
Vector<UInt64>

Applies to

StoreNarrowing(Vector<Int64>, Int32*, Vector<Int64>)

public:
 static void StoreNarrowing(System::Numerics::Vector<long> mask, int* address, System::Numerics::Vector<long> data);
public static void StoreNarrowing (System.Numerics.Vector<long> mask, int* address, System.Numerics.Vector<long> data);
static member StoreNarrowing : System.Numerics.Vector<int64> * nativeptr<int> * System.Numerics.Vector<int64> -> unit

Parameters

mask
Vector<Int64>
address
Int32*
data
Vector<Int64>

Applies to

StoreNarrowing(Vector<UInt64>, UInt32*, Vector<UInt64>)

public:
 static void StoreNarrowing(System::Numerics::Vector<System::UInt64> mask, System::UInt32* address, System::Numerics::Vector<System::UInt64> data);
public static void StoreNarrowing (System.Numerics.Vector<ulong> mask, uint* address, System.Numerics.Vector<ulong> data);
static member StoreNarrowing : System.Numerics.Vector<uint64> * nativeptr<uint32> * System.Numerics.Vector<uint64> -> unit

Parameters

mask
Vector<UInt64>
address
UInt32*
data
Vector<UInt64>

Applies to