Vector.Log メソッド

定義

オーバーロード

Log(Vector<Single>)
Log(Vector<Double>)

Log(Vector<Single>)

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

パラメーター

vector
Vector<Single>

戻り値

適用対象

Log(Vector<Double>)

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

パラメーター

vector
Vector<Double>

戻り値

適用対象