Vector.Exp 메서드

정의

오버로드

Exp(Vector<Double>)
Exp(Vector<Single>)

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)

매개 변수

vector
Vector<Double>

반환

적용 대상

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)

매개 변수

vector
Vector<Single>

반환

적용 대상