Vector.Log2 方法

定义

重载

Log2(Vector<Double>)
Log2(Vector<Single>)

Log2(Vector<Double>)

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

参数

vector
Vector<Double>

返回

适用于

Log2(Vector<Single>)

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

参数

vector
Vector<Single>

返回

适用于