Vector256.StoreAligned<T>(Vector256<T>, T*) Метод

Определение

Важно!

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

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

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

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

T

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

Параметры

source
Vector256<T>

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

destination
T*

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

Атрибуты

Исключения

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

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