PackedSimd.StoreSelectedScalar Method

Definition

Overloads

StoreSelectedScalar(UIntPtr*, Vector128<UIntPtr>, Byte)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
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

UIntPtr*

unativeint*

source

Vector128<UIntPtr>

Vector128<unativeint>

index
Byte

Applies to

StoreSelectedScalar(UInt64*, Vector128<UInt64>, Byte)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
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*
source
Vector128<UInt64>
index
Byte

Applies to

StoreSelectedScalar(UInt16*, Vector128<UInt16>, Byte)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
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*
source
Vector128<UInt16>
index
Byte

Applies to

StoreSelectedScalar(Single*, Vector128<Single>, Byte)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
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*
source
Vector128<Single>
index
Byte

Applies to

StoreSelectedScalar(SByte*, Vector128<SByte>, Byte)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
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*
source
Vector128<SByte>
index
Byte

Applies to

StoreSelectedScalar(UInt32*, Vector128<UInt32>, Byte)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
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*
source
Vector128<UInt32>
index
Byte

Applies to

StoreSelectedScalar(Int64*, Vector128<Int64>, Byte)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
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*
source
Vector128<Int64>
index
Byte

Applies to

StoreSelectedScalar(Int32*, Vector128<Int32>, Byte)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
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*
source
Vector128<Int32>
index
Byte

Applies to

StoreSelectedScalar(Int16*, Vector128<Int16>, Byte)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
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*
source
Vector128<Int16>
index
Byte

Applies to

StoreSelectedScalar(Double*, Vector128<Double>, Byte)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
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*
source
Vector128<Double>
index
Byte

Applies to

StoreSelectedScalar(Byte*, Vector128<Byte>, Byte)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
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*
source
Vector128<Byte>
index
Byte

Applies to

StoreSelectedScalar(IntPtr*, Vector128<IntPtr>, Byte)

Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
Source:
PackedSimd.PlatformNotSupported.cs
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

IntPtr*

nativeint*

source

Vector128<IntPtr>

Vector128<nativeint>

index
Byte

Applies to