Vector.Log2 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
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)
Parameters
Returns
Applies to
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)
Parameters
Returns
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.