Vector.StoreUnsafe Metod

Definition

Överlagringar

Name Description
StoreUnsafe(Vector2, Single)

Lagrar en vektor vid det angivna målet.

StoreUnsafe(Vector3, Single)

Lagrar en vektor vid det angivna målet.

StoreUnsafe(Vector4, Single)

Lagrar en vektor vid det angivna målet.

StoreUnsafe(Vector2, Single, UIntPtr)

Lagrar en vektor vid det angivna målet.

StoreUnsafe(Vector3, Single, UIntPtr)

Lagrar en vektor vid det angivna målet.

StoreUnsafe(Vector4, Single, UIntPtr)

Lagrar en vektor vid det angivna målet.

StoreUnsafe<T>(Vector<T>, T, UIntPtr)

Lagrar en vektor vid det angivna målet.

StoreUnsafe<T>(Vector<T>, T)

Lagrar en vektor vid det angivna målet.

StoreUnsafe(Vector2, Single)

Källa:
Vector2.Extensions.cs
Källa:
Vector2.Extensions.cs

Lagrar en vektor vid det angivna målet.

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)

Parametrar

source
Vector2

Den vektor som ska lagras.

destination
Single

Målet som source ska lagras på.

Gäller för

StoreUnsafe(Vector3, Single)

Källa:
Vector3.Extensions.cs
Källa:
Vector3.Extensions.cs

Lagrar en vektor vid det angivna målet.

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)

Parametrar

source
Vector3

Den vektor som ska lagras.

destination
Single

Målet som source ska lagras på.

Gäller för

StoreUnsafe(Vector4, Single)

Källa:
Vector4.Extensions.cs
Källa:
Vector4.Extensions.cs

Lagrar en vektor vid det angivna målet.

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)

Parametrar

source
Vector4

Den vektor som ska lagras.

destination
Single

Målet som source ska lagras på.

Gäller för

StoreUnsafe(Vector2, Single, UIntPtr)

Källa:
Vector2.Extensions.cs
Källa:
Vector2.Extensions.cs

Viktigt!

Detta API uppfyller inte CLS.

Lagrar en vektor vid det angivna målet.

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)

Parametrar

source
Vector2

Den vektor som ska lagras.

destination
Single

Målet som elementOffset läggs till innan vektorn lagras.

elementOffset
UIntPtr

unativeint

Elementförskjutningen som vektorn ska lagras från destination .

Attribut

Gäller för

StoreUnsafe(Vector3, Single, UIntPtr)

Källa:
Vector3.Extensions.cs
Källa:
Vector3.Extensions.cs

Viktigt!

Detta API uppfyller inte CLS.

Lagrar en vektor vid det angivna målet.

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)

Parametrar

source
Vector3

Den vektor som ska lagras.

destination
Single

Målet som elementOffset läggs till innan vektorn lagras.

elementOffset
UIntPtr

unativeint

Elementförskjutningen som vektorn ska lagras från destination .

Attribut

Gäller för

StoreUnsafe(Vector4, Single, UIntPtr)

Källa:
Vector4.Extensions.cs
Källa:
Vector4.Extensions.cs

Viktigt!

Detta API uppfyller inte CLS.

Lagrar en vektor vid det angivna målet.

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)

Parametrar

source
Vector4

Den vektor som ska lagras.

destination
Single

Målet som elementOffset läggs till innan vektorn lagras.

elementOffset
UIntPtr

unativeint

Elementförskjutningen som vektorn ska lagras från destination .

Attribut

Gäller för

StoreUnsafe<T>(Vector<T>, T, UIntPtr)

Källa:
Vector.cs
Källa:
Vector.cs
Källa:
Vector.cs
Källa:
Vector.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::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)

Typparametrar

T

Typ av element i vektorn.

Parametrar

source
Vector<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 (T) stöds inte.

Gäller för

StoreUnsafe<T>(Vector<T>, T)

Källa:
Vector.cs
Källa:
Vector.cs
Källa:
Vector.cs
Källa:
Vector.cs

Lagrar en vektor vid det angivna målet.

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)

Typparametrar

T

Typ av element i vektorn.

Parametrar

source
Vector<T>

Den vektor som ska lagras.

destination
T

Målet som source ska lagras på.

Undantag

Typen av source (T) stöds inte.

Gäller för