Vector.StoreUnsafe Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| Name | Description |
|---|---|
| StoreUnsafe(Vector2, Single) |
Belirtilen hedefte bir vektör depolar. |
| StoreUnsafe(Vector3, Single) |
Belirtilen hedefte bir vektör depolar. |
| StoreUnsafe(Vector4, Single) |
Belirtilen hedefte bir vektör depolar. |
| StoreUnsafe(Vector2, Single, UIntPtr) |
Belirtilen hedefte bir vektör depolar. |
| StoreUnsafe(Vector3, Single, UIntPtr) |
Belirtilen hedefte bir vektör depolar. |
| StoreUnsafe(Vector4, Single, UIntPtr) |
Belirtilen hedefte bir vektör depolar. |
| StoreUnsafe<T>(Vector<T>, T, UIntPtr) |
Belirtilen hedefte bir vektör depolar. |
| StoreUnsafe<T>(Vector<T>, T) |
Belirtilen hedefte bir vektör depolar. |
StoreUnsafe(Vector2, Single)
- Kaynak:
- Vector2.Extensions.cs
- Kaynak:
- Vector2.Extensions.cs
Belirtilen hedefte bir vektör depolar.
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)
Parametreler
- source
- Vector2
Depolanacak vektör.
- destination
- Single
Depolanacağı hedef source .
Şunlara uygulanır
StoreUnsafe(Vector3, Single)
- Kaynak:
- Vector3.Extensions.cs
- Kaynak:
- Vector3.Extensions.cs
Belirtilen hedefte bir vektör depolar.
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)
Parametreler
- source
- Vector3
Depolanacak vektör.
- destination
- Single
Depolanacağı hedef source .
Şunlara uygulanır
StoreUnsafe(Vector4, Single)
- Kaynak:
- Vector4.Extensions.cs
- Kaynak:
- Vector4.Extensions.cs
Belirtilen hedefte bir vektör depolar.
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)
Parametreler
- source
- Vector4
Depolanacak vektör.
- destination
- Single
Depolanacağı hedef source .
Şunlara uygulanır
StoreUnsafe(Vector2, Single, UIntPtr)
- Kaynak:
- Vector2.Extensions.cs
- Kaynak:
- Vector2.Extensions.cs
Önemli
Bu API, CLS uyumlu değildir.
Belirtilen hedefte bir vektör depolar.
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)
Parametreler
- source
- Vector2
Depolanacak vektör.
- destination
- Single
Vektör depolanmadan önce eklenecek hedef elementOffset .
- elementOffset
-
UIntPtr
unativeint
Vektörlerin depolanacağı öğe uzaklığı destination .
- Öznitelikler
Şunlara uygulanır
StoreUnsafe(Vector3, Single, UIntPtr)
- Kaynak:
- Vector3.Extensions.cs
- Kaynak:
- Vector3.Extensions.cs
Önemli
Bu API, CLS uyumlu değildir.
Belirtilen hedefte bir vektör depolar.
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)
Parametreler
- source
- Vector3
Depolanacak vektör.
- destination
- Single
Vektör depolanmadan önce eklenecek hedef elementOffset .
- elementOffset
-
UIntPtr
unativeint
Vektörlerin depolanacağı öğe uzaklığı destination .
- Öznitelikler
Şunlara uygulanır
StoreUnsafe(Vector4, Single, UIntPtr)
- Kaynak:
- Vector4.Extensions.cs
- Kaynak:
- Vector4.Extensions.cs
Önemli
Bu API, CLS uyumlu değildir.
Belirtilen hedefte bir vektör depolar.
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)
Parametreler
- source
- Vector4
Depolanacak vektör.
- destination
- Single
Vektör depolanmadan önce eklenecek hedef elementOffset .
- elementOffset
-
UIntPtr
unativeint
Vektörlerin depolanacağı öğe uzaklığı destination .
- Öznitelikler
Şunlara uygulanır
StoreUnsafe<T>(Vector<T>, T, UIntPtr)
- Kaynak:
- Vector.cs
- Kaynak:
- Vector.cs
- Kaynak:
- Vector.cs
- Kaynak:
- Vector.cs
Önemli
Bu API, CLS uyumlu değildir.
Belirtilen hedefte bir vektör depolar.
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)
Tür Parametreleri
- T
Vektördeki öğelerin türü.
Parametreler
- source
- Vector<T>
Depolanacak vektör.
- destination
- T
Vektör depolanmadan önce eklenecek hedef elementOffset .
- elementOffset
-
UIntPtr
unativeint
Vektörlerin depolanacağı öğe uzaklığı destination .
- Öznitelikler
Özel durumlar
(source) türü T desteklenmez.
Şunlara uygulanır
StoreUnsafe<T>(Vector<T>, T)
- Kaynak:
- Vector.cs
- Kaynak:
- Vector.cs
- Kaynak:
- Vector.cs
- Kaynak:
- Vector.cs
Belirtilen hedefte bir vektör depolar.
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)
Tür Parametreleri
- T
Vektördeki öğelerin türü.
Parametreler
- source
- Vector<T>
Depolanacak vektör.
- destination
- T
Depolanacağı hedef source .
Özel durumlar
(source) türü T desteklenmez.