Aracılığıyla paylaş


Vector64.Store<T>(Vector64<T>, T*) Yöntem

Tanım

Önemli

Bu API, CLS uyumlu değildir.

Belirtilen hedefte bir vektör depolar.

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

Tür Parametreleri

T

Vektördeki öğelerin türü.

Parametreler

source
Vector64<T>

Depolanacak vektör.

destination
T*

Depolanacak hedef source .

Öznitelikler

Özel durumlar

(T) türü source desteklenmez.

Şunlara uygulanır