Lire en anglais

Partager via


Vector.Store Méthode

Définition

Surcharges

Store(Vector2, Single*)

Important

Cette API n’est pas conforme CLS.

C#
[System.CLSCompliant(false)]
public static void Store(this System.Numerics.Vector2 source, float* destination);

Paramètres

source
Vector2
destination
Single*
Attributs

S’applique à

.NET 10
Produit Versions
.NET 10

Store(Vector3, Single*)

Important

Cette API n’est pas conforme CLS.

C#
[System.CLSCompliant(false)]
public static void Store(this System.Numerics.Vector3 source, float* destination);

Paramètres

source
Vector3
destination
Single*
Attributs

S’applique à

.NET 10
Produit Versions
.NET 10

Store(Vector4, Single*)

Important

Cette API n’est pas conforme CLS.

C#
[System.CLSCompliant(false)]
public static void Store(this System.Numerics.Vector4 source, float* destination);

Paramètres

source
Vector4
destination
Single*
Attributs

S’applique à

.NET 10
Produit Versions
.NET 10

Store<T>(Vector<T>, T*)

Source:
Vector.cs
Source:
Vector.cs

Important

Cette API n’est pas conforme CLS.

Stocke un vecteur à la destination donnée.

C#
[System.CLSCompliant(false)]
public static void Store<T>(this System.Numerics.Vector<T> source, T* destination);

Paramètres de type

T

Type des éléments dans le vecteur.

Paramètres

source
Vector<T>

Vecteur qui sera stocké.

destination
T*

Destination à laquelle source sera stocké.

Attributs

Exceptions

Le type de source (T) n’est pas pris en charge.

S’applique à

.NET 10 et autres versions
Produit Versions
.NET 8, 9, 10