Vector.StoreUnsafe Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
| Name | Description |
|---|---|
| StoreUnsafe(Vector2, Single) |
Slaat een vector op de opgegeven bestemming op. |
| StoreUnsafe(Vector3, Single) |
Slaat een vector op de opgegeven bestemming op. |
| StoreUnsafe(Vector4, Single) |
Slaat een vector op de opgegeven bestemming op. |
| StoreUnsafe(Vector2, Single, UIntPtr) |
Slaat een vector op de opgegeven bestemming op. |
| StoreUnsafe(Vector3, Single, UIntPtr) |
Slaat een vector op de opgegeven bestemming op. |
| StoreUnsafe(Vector4, Single, UIntPtr) |
Slaat een vector op de opgegeven bestemming op. |
| StoreUnsafe<T>(Vector<T>, T, UIntPtr) |
Slaat een vector op de opgegeven bestemming op. |
| StoreUnsafe<T>(Vector<T>, T) |
Slaat een vector op de opgegeven bestemming op. |
StoreUnsafe(Vector2, Single)
Slaat een vector op de opgegeven bestemming op.
public:
[System::Runtime::CompilerServices::Extension]
static void StoreUnsafe(System::Numerics::Vector2 source, float % destination);
public static void StoreUnsafe(this System.Numerics.Vector2 source, ref float destination);
static member StoreUnsafe : System.Numerics.Vector2 * single -> unit
<Extension()>
Public Sub StoreUnsafe (source As Vector2, ByRef destination As Single)
Parameters
- source
- Vector2
De vector die wordt opgeslagen.
- destination
- Single
De bestemming waarop source wordt opgeslagen.
Van toepassing op
StoreUnsafe(Vector3, Single)
Slaat een vector op de opgegeven bestemming op.
public:
[System::Runtime::CompilerServices::Extension]
static void StoreUnsafe(System::Numerics::Vector3 source, float % destination);
public static void StoreUnsafe(this System.Numerics.Vector3 source, ref float destination);
static member StoreUnsafe : System.Numerics.Vector3 * single -> unit
<Extension()>
Public Sub StoreUnsafe (source As Vector3, ByRef destination As Single)
Parameters
- source
- Vector3
De vector die wordt opgeslagen.
- destination
- Single
De bestemming waarop source wordt opgeslagen.
Van toepassing op
StoreUnsafe(Vector4, Single)
Slaat een vector op de opgegeven bestemming op.
public:
[System::Runtime::CompilerServices::Extension]
static void StoreUnsafe(System::Numerics::Vector4 source, float % destination);
public static void StoreUnsafe(this System.Numerics.Vector4 source, ref float destination);
static member StoreUnsafe : System.Numerics.Vector4 * single -> unit
<Extension()>
Public Sub StoreUnsafe (source As Vector4, ByRef destination As Single)
Parameters
- source
- Vector4
De vector die wordt opgeslagen.
- destination
- Single
De bestemming waarop source wordt opgeslagen.
Van toepassing op
StoreUnsafe(Vector2, Single, UIntPtr)
Belangrijk
Deze API is niet CLS-conform.
Slaat een vector op de opgegeven bestemming op.
public:
[System::Runtime::CompilerServices::Extension]
static void StoreUnsafe(System::Numerics::Vector2 source, float % destination, UIntPtr elementOffset);
[System.CLSCompliant(false)]
public static void StoreUnsafe(this System.Numerics.Vector2 source, ref float destination, UIntPtr elementOffset);
[<System.CLSCompliant(false)>]
static member StoreUnsafe : System.Numerics.Vector2 * single * unativeint -> unit
<Extension()>
Public Sub StoreUnsafe (source As Vector2, ByRef destination As Single, elementOffset As UIntPtr)
Parameters
- source
- Vector2
De vector die wordt opgeslagen.
- destination
- Single
De bestemming waaraan elementOffset wordt toegevoegd voordat de vector wordt opgeslagen.
- elementOffset
-
UIntPtr
unativeint
Het element wordt verschoven van destination waaruit de vector wordt opgeslagen.
- Kenmerken
Van toepassing op
StoreUnsafe(Vector3, Single, UIntPtr)
Belangrijk
Deze API is niet CLS-conform.
Slaat een vector op de opgegeven bestemming op.
public:
[System::Runtime::CompilerServices::Extension]
static void StoreUnsafe(System::Numerics::Vector3 source, float % destination, UIntPtr elementOffset);
[System.CLSCompliant(false)]
public static void StoreUnsafe(this System.Numerics.Vector3 source, ref float destination, UIntPtr elementOffset);
[<System.CLSCompliant(false)>]
static member StoreUnsafe : System.Numerics.Vector3 * single * unativeint -> unit
<Extension()>
Public Sub StoreUnsafe (source As Vector3, ByRef destination As Single, elementOffset As UIntPtr)
Parameters
- source
- Vector3
De vector die wordt opgeslagen.
- destination
- Single
De bestemming waaraan elementOffset wordt toegevoegd voordat de vector wordt opgeslagen.
- elementOffset
-
UIntPtr
unativeint
Het element wordt verschoven van destination waaruit de vector wordt opgeslagen.
- Kenmerken
Van toepassing op
StoreUnsafe(Vector4, Single, UIntPtr)
Belangrijk
Deze API is niet CLS-conform.
Slaat een vector op de opgegeven bestemming op.
public:
[System::Runtime::CompilerServices::Extension]
static void StoreUnsafe(System::Numerics::Vector4 source, float % destination, UIntPtr elementOffset);
[System.CLSCompliant(false)]
public static void StoreUnsafe(this System.Numerics.Vector4 source, ref float destination, UIntPtr elementOffset);
[<System.CLSCompliant(false)>]
static member StoreUnsafe : System.Numerics.Vector4 * single * unativeint -> unit
<Extension()>
Public Sub StoreUnsafe (source As Vector4, ByRef destination As Single, elementOffset As UIntPtr)
Parameters
- source
- Vector4
De vector die wordt opgeslagen.
- destination
- Single
De bestemming waaraan elementOffset wordt toegevoegd voordat de vector wordt opgeslagen.
- elementOffset
-
UIntPtr
unativeint
Het element wordt verschoven van destination waaruit de vector wordt opgeslagen.
- Kenmerken
Van toepassing op
StoreUnsafe<T>(Vector<T>, T, UIntPtr)
- Bron:
- Vector.cs
- Bron:
- Vector.cs
- Bron:
- Vector.cs
- Bron:
- Vector.cs
Belangrijk
Deze API is niet CLS-conform.
Slaat een vector op de opgegeven bestemming op.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static void StoreUnsafe(System::Numerics::Vector<T> source, T % destination, UIntPtr elementOffset);
[System.CLSCompliant(false)]
public static void StoreUnsafe<T>(this System.Numerics.Vector<T> source, ref T destination, UIntPtr elementOffset);
[<System.CLSCompliant(false)>]
static member StoreUnsafe : System.Numerics.Vector<'T> * 'T * unativeint -> unit
<Extension()>
Public Sub StoreUnsafe(Of T) (source As Vector(Of T), ByRef destination As T, elementOffset As UIntPtr)
Type parameters
- T
Het type van de elementen in de vector.
Parameters
- source
- Vector<T>
De vector die wordt opgeslagen.
- destination
- T
De bestemming waaraan elementOffset wordt toegevoegd voordat de vector wordt opgeslagen.
- elementOffset
-
UIntPtr
unativeint
Het element wordt verschoven van destination waaruit de vector wordt opgeslagen.
- Kenmerken
Uitzonderingen
Het type source (T) wordt niet ondersteund.
Van toepassing op
StoreUnsafe<T>(Vector<T>, T)
- Bron:
- Vector.cs
- Bron:
- Vector.cs
- Bron:
- Vector.cs
- Bron:
- Vector.cs
Slaat een vector op de opgegeven bestemming op.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static void StoreUnsafe(System::Numerics::Vector<T> source, T % destination);
public static void StoreUnsafe<T>(this System.Numerics.Vector<T> source, ref T destination);
static member StoreUnsafe : System.Numerics.Vector<'T> * 'T -> unit
<Extension()>
Public Sub StoreUnsafe(Of T) (source As Vector(Of T), ByRef destination As T)
Type parameters
- T
Het type van de elementen in de vector.
Parameters
- source
- Vector<T>
De vector die wordt opgeslagen.
- destination
- T
De bestemming waarop source wordt opgeslagen.
Uitzonderingen
Het type source (T) wordt niet ondersteund.