Bagikan melalui


Vector.StoreUnsafe Metode

Definisi

Overload

StoreUnsafe(Vector2, Single)

Sumber:
Vector2.Extensions.cs
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)

Parameter

source
Vector2
destination
Single

Berlaku untuk

StoreUnsafe(Vector3, Single)

Sumber:
Vector3.Extensions.cs
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)

Parameter

source
Vector3
destination
Single

Berlaku untuk

StoreUnsafe(Vector4, Single)

Sumber:
Vector4.Extensions.cs
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)

Parameter

source
Vector4
destination
Single

Berlaku untuk

StoreUnsafe(Vector2, Single, UIntPtr)

Sumber:
Vector2.Extensions.cs

Penting

API ini bukan kompatibel CLS.

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)

Parameter

source
Vector2
destination
Single
elementOffset
UIntPtr

unativeint

Atribut

Berlaku untuk

StoreUnsafe(Vector3, Single, UIntPtr)

Sumber:
Vector3.Extensions.cs

Penting

API ini bukan kompatibel CLS.

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)

Parameter

source
Vector3
destination
Single
elementOffset
UIntPtr

unativeint

Atribut

Berlaku untuk

StoreUnsafe(Vector4, Single, UIntPtr)

Sumber:
Vector4.Extensions.cs

Penting

API ini bukan kompatibel CLS.

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)

Parameter

source
Vector4
destination
Single
elementOffset
UIntPtr

unativeint

Atribut

Berlaku untuk

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

Sumber:
Vector.cs
Sumber:
Vector.cs
Sumber:
Vector.cs

Menyimpan vektor di tujuan tertentu.

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)

Jenis parameter

T

Jenis elemen dalam vektor.

Parameter

source
Vector<T>

Vektor yang akan disimpan.

destination
T

Tujuan tempat source akan disimpan.

Pengecualian

Jenis source (T) tidak didukung.

Berlaku untuk

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

Sumber:
Vector.cs
Sumber:
Vector.cs
Sumber:
Vector.cs

Penting

API ini bukan kompatibel CLS.

Menyimpan vektor di tujuan tertentu.

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)

Jenis parameter

T

Jenis elemen dalam vektor.

Parameter

source
Vector<T>

Vektor yang akan disimpan.

destination
T

Tujuan yang elementOffset akan ditambahkan sebelum vektor disimpan.

elementOffset
UIntPtr

unativeint

Offset elemen dari destination mana vektor akan disimpan.

Atribut

Pengecualian

Jenis source (T) tidak didukung.

Berlaku untuk