Vector.Exp Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Exp(Vector<Double>)
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)
Parameters
Returns
Applies to
Exp(Vector<Single>)
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)
Parameters
Returns
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.