Vector128.StoreUnsafe Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| Name | Description |
|---|---|
| StoreUnsafe<T>(Vector128<T>, T) |
Belirtilen hedefte bir vektör depolar. |
| StoreUnsafe<T>(Vector128<T>, T, UIntPtr) |
Belirtilen hedefte bir vektör depolar. |
StoreUnsafe<T>(Vector128<T>, T)
- Kaynak:
- Vector128.cs
- Kaynak:
- Vector128.cs
- Kaynak:
- Vector128.cs
- Kaynak:
- Vector128.cs
- Kaynak:
- Vector128.cs
Belirtilen hedefte bir vektör depolar.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static void StoreUnsafe(System::Runtime::Intrinsics::Vector128<T> source, T % destination);
public:
generic <typename T>
where T : value class[System::Runtime::CompilerServices::Extension]
static void StoreUnsafe(System::Runtime::Intrinsics::Vector128<T> source, T % destination);
public static void StoreUnsafe<T>(this System.Runtime.Intrinsics.Vector128<T> source, ref T destination);
public static void StoreUnsafe<T>(this System.Runtime.Intrinsics.Vector128<T> source, ref T destination) where T : struct;
static member StoreUnsafe : System.Runtime.Intrinsics.Vector128<'T> * 'T -> unit
static member StoreUnsafe : System.Runtime.Intrinsics.Vector128<'T (requires 'T : struct)> * 'T -> unit (requires 'T : struct)
<Extension()>
Public Sub StoreUnsafe(Of T) (source As Vector128(Of T), ByRef destination As T)
<Extension()>
Public Sub StoreUnsafe(Of T As Structure) (source As Vector128(Of T), ByRef destination As T)
Tür Parametreleri
- T
Vektördeki öğelerin türü.
Parametreler
- source
- Vector128<T>
Depolanacak vektör.
- destination
- T
Depolanacağı hedef source .
Özel durumlar
(source) türü T desteklenmez.
Şunlara uygulanır
StoreUnsafe<T>(Vector128<T>, T, UIntPtr)
- Kaynak:
- Vector128.cs
- Kaynak:
- Vector128.cs
- Kaynak:
- Vector128.cs
- Kaynak:
- Vector128.cs
- Kaynak:
- Vector128.cs
Önemli
Bu API, CLS uyumlu değildir.
Belirtilen hedefte bir vektör depolar.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static void StoreUnsafe(System::Runtime::Intrinsics::Vector128<T> source, T % destination, UIntPtr elementOffset);
public:
generic <typename T>
where T : value class[System::Runtime::CompilerServices::Extension]
static void StoreUnsafe(System::Runtime::Intrinsics::Vector128<T> source, T % destination, UIntPtr elementOffset);
[System.CLSCompliant(false)]
public static void StoreUnsafe<T>(this System.Runtime.Intrinsics.Vector128<T> source, ref T destination, UIntPtr elementOffset);
[System.CLSCompliant(false)]
public static void StoreUnsafe<T>(this System.Runtime.Intrinsics.Vector128<T> source, ref T destination, UIntPtr elementOffset) where T : struct;
[<System.CLSCompliant(false)>]
static member StoreUnsafe : System.Runtime.Intrinsics.Vector128<'T> * 'T * unativeint -> unit
[<System.CLSCompliant(false)>]
static member StoreUnsafe : System.Runtime.Intrinsics.Vector128<'T (requires 'T : struct)> * 'T * unativeint -> unit (requires 'T : struct)
<Extension()>
Public Sub StoreUnsafe(Of T) (source As Vector128(Of T), ByRef destination As T, elementOffset As UIntPtr)
<Extension()>
Public Sub StoreUnsafe(Of T As Structure) (source As Vector128(Of T), ByRef destination As T, elementOffset As UIntPtr)
Tür Parametreleri
- T
Vektördeki öğelerin türü.
Parametreler
- source
- Vector128<T>
Depolanacak vektör.
- destination
- T
Vektör depolanmadan önce eklenecek hedef elementOffset .
- elementOffset
-
UIntPtr
unativeint
Vektörlerin depolanacağı öğe uzaklığı destination .
- Öznitelikler
Özel durumlar
(source) türü T desteklenmez.