Vector256.StoreUnsafe Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
| Name | Description |
|---|---|
| StoreUnsafe<T>(Vector256<T>, T) |
Lagrar en vektor vid det angivna målet. |
| StoreUnsafe<T>(Vector256<T>, T, UIntPtr) |
Lagrar en vektor vid det angivna målet. |
StoreUnsafe<T>(Vector256<T>, T)
- Källa:
- Vector256.cs
- Källa:
- Vector256.cs
- Källa:
- Vector256.cs
- Källa:
- Vector256.cs
- Källa:
- Vector256.cs
Lagrar en vektor vid det angivna målet.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static void StoreUnsafe(System::Runtime::Intrinsics::Vector256<T> source, T % destination);
public:
generic <typename T>
where T : value class[System::Runtime::CompilerServices::Extension]
static void StoreUnsafe(System::Runtime::Intrinsics::Vector256<T> source, T % destination);
public static void StoreUnsafe<T>(this System.Runtime.Intrinsics.Vector256<T> source, ref T destination);
public static void StoreUnsafe<T>(this System.Runtime.Intrinsics.Vector256<T> source, ref T destination) where T : struct;
static member StoreUnsafe : System.Runtime.Intrinsics.Vector256<'T> * 'T -> unit
static member StoreUnsafe : System.Runtime.Intrinsics.Vector256<'T (requires 'T : struct)> * 'T -> unit (requires 'T : struct)
<Extension()>
Public Sub StoreUnsafe(Of T) (source As Vector256(Of T), ByRef destination As T)
<Extension()>
Public Sub StoreUnsafe(Of T As Structure) (source As Vector256(Of T), ByRef destination As T)
Typparametrar
- T
Typ av element i vektorn.
Parametrar
- source
- Vector256<T>
Den vektor som ska lagras.
- destination
- T
Målet som source ska lagras på.
Undantag
Typen av source och destination (T) stöds inte.
Gäller för
StoreUnsafe<T>(Vector256<T>, T, UIntPtr)
- Källa:
- Vector256.cs
- Källa:
- Vector256.cs
- Källa:
- Vector256.cs
- Källa:
- Vector256.cs
- Källa:
- Vector256.cs
Viktigt!
Detta API uppfyller inte CLS.
Lagrar en vektor vid det angivna målet.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static void StoreUnsafe(System::Runtime::Intrinsics::Vector256<T> source, T % destination, UIntPtr elementOffset);
public:
generic <typename T>
where T : value class[System::Runtime::CompilerServices::Extension]
static void StoreUnsafe(System::Runtime::Intrinsics::Vector256<T> source, T % destination, UIntPtr elementOffset);
[System.CLSCompliant(false)]
public static void StoreUnsafe<T>(this System.Runtime.Intrinsics.Vector256<T> source, ref T destination, UIntPtr elementOffset);
[System.CLSCompliant(false)]
public static void StoreUnsafe<T>(this System.Runtime.Intrinsics.Vector256<T> source, ref T destination, UIntPtr elementOffset) where T : struct;
[<System.CLSCompliant(false)>]
static member StoreUnsafe : System.Runtime.Intrinsics.Vector256<'T> * 'T * unativeint -> unit
[<System.CLSCompliant(false)>]
static member StoreUnsafe : System.Runtime.Intrinsics.Vector256<'T (requires 'T : struct)> * 'T * unativeint -> unit (requires 'T : struct)
<Extension()>
Public Sub StoreUnsafe(Of T) (source As Vector256(Of T), ByRef destination As T, elementOffset As UIntPtr)
<Extension()>
Public Sub StoreUnsafe(Of T As Structure) (source As Vector256(Of T), ByRef destination As T, elementOffset As UIntPtr)
Typparametrar
- T
Typ av element i vektorn.
Parametrar
- source
- Vector256<T>
Den vektor som ska lagras.
- destination
- T
Målet som elementOffset läggs till innan vektorn lagras.
- elementOffset
-
UIntPtr
unativeint
Elementförskjutningen som vektorn ska lagras från destination .
- Attribut
Undantag
Typen av source och destination (T) stöds inte.