Vector128.StoreUnsafe Metódus
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
Túlterhelések
| Name | Description |
|---|---|
| StoreUnsafe<T>(Vector128<T>, T) |
Egy vektort tárol az adott célhelyen. |
| StoreUnsafe<T>(Vector128<T>, T, UIntPtr) |
Egy vektort tárol az adott célhelyen. |
StoreUnsafe<T>(Vector128<T>, T)
- Forrás:
- Vector128.cs
- Forrás:
- Vector128.cs
- Forrás:
- Vector128.cs
- Forrás:
- Vector128.cs
- Forrás:
- Vector128.cs
Egy vektort tárol az adott célhelyen.
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ípusparaméterek
- T
A vektor elemeinek típusa.
Paraméterek
- source
- Vector128<T>
A tárolni kívánt vektor.
- destination
- T
A célhely, ahol source a rendszer tárolni fogja.
Kivételek
A (source) típus T nem támogatott.
A következőre érvényes:
StoreUnsafe<T>(Vector128<T>, T, UIntPtr)
- Forrás:
- Vector128.cs
- Forrás:
- Vector128.cs
- Forrás:
- Vector128.cs
- Forrás:
- Vector128.cs
- Forrás:
- Vector128.cs
Fontos
Ez az API nem CLS-kompatibilis.
Egy vektort tárol az adott célhelyen.
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ípusparaméterek
- T
A vektor elemeinek típusa.
Paraméterek
- source
- Vector128<T>
A tárolni kívánt vektor.
- destination
- T
A cél, amelyhez elementOffset a vektor tárolása előtt hozzá lesz adva.
- elementOffset
-
UIntPtr
unativeint
Az elemeltolás, amelyből destination a vektort tárolni fogja.
- Attribútumok
Kivételek
A (source) típus T nem támogatott.