Vector128.Store<T>(Vector128<T>, T*) Метод

Определение

Важно!

Этот API несовместим с CLS.

Сохраняет вектор в заданном месте назначения.

public:
generic <typename T>
 where T : value class[System::Runtime::CompilerServices::Extension]
 static void Store(System::Runtime::Intrinsics::Vector128<T> source, T* destination);
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static void Store(System::Runtime::Intrinsics::Vector128<T> source, T* destination);
[System.CLSCompliant(false)]
public static void Store<T> (this System.Runtime.Intrinsics.Vector128<T> source, T* destination) where T : struct;
[System.CLSCompliant(false)]
public static void Store<T> (this System.Runtime.Intrinsics.Vector128<T> source, T* destination);
[<System.CLSCompliant(false)>]
static member Store : System.Runtime.Intrinsics.Vector128<'T (requires 'T : struct)> * nativeptr<'T> -> unit (requires 'T : struct)
[<System.CLSCompliant(false)>]
static member Store : System.Runtime.Intrinsics.Vector128<'T> * nativeptr<'T> -> unit

Параметры типа

T

Тип элементов в векторе.

Параметры

source
Vector128<T>

Вектор, который будет сохранен.

destination
T*

Назначение, в котором source будет храниться.

Атрибуты

Исключения

Тип source (T) не поддерживается.

Применяется к