Vector.Exp Methode

Definition

Überlädt

Name Beschreibung
Exp(Vector<Double>)

Berechnet das Exponentielle jedes Elements in einem Vektor.

Exp(Vector<Single>)

Berechnet das Exponentielle jedes Elements in einem Vektor.

Exp(Vector<Double>)

Quelle:
Vector.cs
Quelle:
Vector.cs
Quelle:
Vector.cs

Berechnet das Exponentielle jedes Elements in einem Vektor.

public:
 static System::Numerics::Vector<double> Exp(System::Numerics::Vector<double> vector);
public static System.Numerics.Vector<double> Exp(System.Numerics.Vector<double> vector);
static member Exp : System.Numerics.Vector<double> -> System.Numerics.Vector<double>
Public Function Exp (vector As Vector(Of Double)) As Vector(Of Double)

Parameter

vector
Vector<Double>

Der Vektor, der seine exponentielle Berechnung hat.

Gibt zurück

Ein Vektor, dessen Elemente die Exponentielle der Elemente in vectorsind.

Gilt für:

Exp(Vector<Single>)

Quelle:
Vector.cs
Quelle:
Vector.cs
Quelle:
Vector.cs

Berechnet das Exponentielle jedes Elements in einem Vektor.

public:
 static System::Numerics::Vector<float> Exp(System::Numerics::Vector<float> vector);
public static System.Numerics.Vector<float> Exp(System.Numerics.Vector<float> vector);
static member Exp : System.Numerics.Vector<single> -> System.Numerics.Vector<single>
Public Function Exp (vector As Vector(Of Single)) As Vector(Of Single)

Parameter

vector
Vector<Single>

Der Vektor, der seine exponentielle Berechnung hat.

Gibt zurück

Ein Vektor, dessen Elemente die Exponentielle der Elemente in vectorsind.

Gilt für: