PackedSimd.StoreSelectedScalar 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
StoreSelectedScalar(UIntPtr*, Vector128<UIntPtr>, Byte)
public:
static void StoreSelectedScalar(UIntPtr* address, System::Runtime::Intrinsics::Vector128<UIntPtr> source, System::Byte index);
public static void StoreSelectedScalar(UIntPtr* address, System.Runtime.Intrinsics.Vector128<UIntPtr> source, byte index);
static member StoreSelectedScalar : nativeptr<unativeint> * System.Runtime.Intrinsics.Vector128<unativeint> * byte -> unit
Parameters
- address
-
unativeint*
- index
- Byte
Applies to
StoreSelectedScalar(UInt64*, Vector128<UInt64>, Byte)
public:
static void StoreSelectedScalar(System::UInt64* address, System::Runtime::Intrinsics::Vector128<System::UInt64> source, System::Byte index);
public static void StoreSelectedScalar(ulong* address, System.Runtime.Intrinsics.Vector128<ulong> source, byte index);
static member StoreSelectedScalar : nativeptr<uint64> * System.Runtime.Intrinsics.Vector128<uint64> * byte -> unit
Parameters
- address
- UInt64*
- index
- Byte
Applies to
StoreSelectedScalar(UInt16*, Vector128<UInt16>, Byte)
public:
static void StoreSelectedScalar(System::UInt16* address, System::Runtime::Intrinsics::Vector128<System::UInt16> source, System::Byte index);
public static void StoreSelectedScalar(ushort* address, System.Runtime.Intrinsics.Vector128<ushort> source, byte index);
static member StoreSelectedScalar : nativeptr<uint16> * System.Runtime.Intrinsics.Vector128<uint16> * byte -> unit
Parameters
- address
- UInt16*
- index
- Byte
Applies to
StoreSelectedScalar(Single*, Vector128<Single>, Byte)
public:
static void StoreSelectedScalar(float* address, System::Runtime::Intrinsics::Vector128<float> source, System::Byte index);
public static void StoreSelectedScalar(float* address, System.Runtime.Intrinsics.Vector128<float> source, byte index);
static member StoreSelectedScalar : nativeptr<single> * System.Runtime.Intrinsics.Vector128<single> * byte -> unit
Parameters
- address
- Single*
- index
- Byte
Applies to
StoreSelectedScalar(SByte*, Vector128<SByte>, Byte)
public:
static void StoreSelectedScalar(System::SByte* address, System::Runtime::Intrinsics::Vector128<System::SByte> source, System::Byte index);
public static void StoreSelectedScalar(sbyte* address, System.Runtime.Intrinsics.Vector128<sbyte> source, byte index);
static member StoreSelectedScalar : nativeptr<sbyte> * System.Runtime.Intrinsics.Vector128<sbyte> * byte -> unit
Parameters
- address
- SByte*
- index
- Byte
Applies to
StoreSelectedScalar(UInt32*, Vector128<UInt32>, Byte)
public:
static void StoreSelectedScalar(System::UInt32* address, System::Runtime::Intrinsics::Vector128<System::UInt32> source, System::Byte index);
public static void StoreSelectedScalar(uint* address, System.Runtime.Intrinsics.Vector128<uint> source, byte index);
static member StoreSelectedScalar : nativeptr<uint32> * System.Runtime.Intrinsics.Vector128<uint32> * byte -> unit
Parameters
- address
- UInt32*
- index
- Byte
Applies to
StoreSelectedScalar(Int64*, Vector128<Int64>, Byte)
public:
static void StoreSelectedScalar(long* address, System::Runtime::Intrinsics::Vector128<long> source, System::Byte index);
public static void StoreSelectedScalar(long* address, System.Runtime.Intrinsics.Vector128<long> source, byte index);
static member StoreSelectedScalar : nativeptr<int64> * System.Runtime.Intrinsics.Vector128<int64> * byte -> unit
Parameters
- address
- Int64*
- index
- Byte
Applies to
StoreSelectedScalar(Int32*, Vector128<Int32>, Byte)
public:
static void StoreSelectedScalar(int* address, System::Runtime::Intrinsics::Vector128<int> source, System::Byte index);
public static void StoreSelectedScalar(int* address, System.Runtime.Intrinsics.Vector128<int> source, byte index);
static member StoreSelectedScalar : nativeptr<int> * System.Runtime.Intrinsics.Vector128<int> * byte -> unit
Parameters
- address
- Int32*
- index
- Byte
Applies to
StoreSelectedScalar(Int16*, Vector128<Int16>, Byte)
public:
static void StoreSelectedScalar(short* address, System::Runtime::Intrinsics::Vector128<short> source, System::Byte index);
public static void StoreSelectedScalar(short* address, System.Runtime.Intrinsics.Vector128<short> source, byte index);
static member StoreSelectedScalar : nativeptr<int16> * System.Runtime.Intrinsics.Vector128<int16> * byte -> unit
Parameters
- address
- Int16*
- index
- Byte
Applies to
StoreSelectedScalar(Double*, Vector128<Double>, Byte)
public:
static void StoreSelectedScalar(double* address, System::Runtime::Intrinsics::Vector128<double> source, System::Byte index);
public static void StoreSelectedScalar(double* address, System.Runtime.Intrinsics.Vector128<double> source, byte index);
static member StoreSelectedScalar : nativeptr<double> * System.Runtime.Intrinsics.Vector128<double> * byte -> unit
Parameters
- address
- Double*
- index
- Byte
Applies to
StoreSelectedScalar(Byte*, Vector128<Byte>, Byte)
public:
static void StoreSelectedScalar(System::Byte* address, System::Runtime::Intrinsics::Vector128<System::Byte> source, System::Byte index);
public static void StoreSelectedScalar(byte* address, System.Runtime.Intrinsics.Vector128<byte> source, byte index);
static member StoreSelectedScalar : nativeptr<byte> * System.Runtime.Intrinsics.Vector128<byte> * byte -> unit
Parameters
- address
- Byte*
- index
- Byte
Applies to
StoreSelectedScalar(IntPtr*, Vector128<IntPtr>, Byte)
public:
static void StoreSelectedScalar(IntPtr* address, System::Runtime::Intrinsics::Vector128<IntPtr> source, System::Byte index);
public static void StoreSelectedScalar(IntPtr* address, System.Runtime.Intrinsics.Vector128<IntPtr> source, byte index);
static member StoreSelectedScalar : nativeptr<nativeint> * System.Runtime.Intrinsics.Vector128<nativeint> * byte -> unit
Parameters
- address
-
nativeint*
- index
- Byte