Vector.Exp Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Exp(Vector<Double>)
- Quelle:
- Vector.cs
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
Gibt zurück
Gilt für:
Exp(Vector<Single>)
- Quelle:
- Vector.cs
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)