Sve2.Log2 Metod

Definition

Överlagringar

Name Description
Log2(Vector<Double>)

svint64_t svlogb[_f64]_m(svint64_t inaktiv, svbool_t pg, svfloat64_t op) svint64_t svlogb[_f64]_x(svbool_t pg, svfloat64_t op) svint64_t svlogb[_f64]_z(svbool_t pg, svfloat64_t op) FLOGB Ztied.D, Pg/M, Zop.D FLOGB Ztied.D, Pg/M, Ztied.D

Log2(Vector<Single>)

svint32_t svlogb[_f32]_m(svint32_t inaktiv, svbool_t pg, svfloat32_t op) svint32_t svlogb[_f32]_x(svbool_t pg, svfloat32_t op) svint32_t svlogb[_f32]_z(svbool_t pg, svfloat32_t op) FLOGB Ztied.S, Pg/M, Zop.S FLOGB Ztied.S, Pg/M, Ztied.S

Log2(Vector<Double>)

Källa:
Sve2.PlatformNotSupported.cs
Källa:
Sve2.PlatformNotSupported.cs

svint64_t svlogb[_f64]_m(svint64_t inaktiv, svbool_t pg, svfloat64_t op) svint64_t svlogb[_f64]_x(svbool_t pg, svfloat64_t op) svint64_t svlogb[_f64]_z(svbool_t pg, svfloat64_t op) FLOGB Ztied.D, Pg/M, Zop.D FLOGB Ztied.D, Pg/M, Ztied.D

public:
 static System::Numerics::Vector<long> Log2(System::Numerics::Vector<double> value);
public static System.Numerics.Vector<long> Log2(System.Numerics.Vector<double> value);
static member Log2 : System.Numerics.Vector<double> -> System.Numerics.Vector<int64>
Public Shared Function Log2 (value As Vector(Of Double)) As Vector(Of Long)

Parametrar

value
Vector<Double>

Returer

Gäller för

Log2(Vector<Single>)

Källa:
Sve2.PlatformNotSupported.cs
Källa:
Sve2.PlatformNotSupported.cs

svint32_t svlogb[_f32]_m(svint32_t inaktiv, svbool_t pg, svfloat32_t op) svint32_t svlogb[_f32]_x(svbool_t pg, svfloat32_t op) svint32_t svlogb[_f32]_z(svbool_t pg, svfloat32_t op) FLOGB Ztied.S, Pg/M, Zop.S FLOGB Ztied.S, Pg/M, Ztied.S

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

Parametrar

value
Vector<Single>

Returer

Gäller för