Sve2.Log2 Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| Log2(Vector<Double>) |
svint64_t svlogb[_f64]_m(svint64_t inactif, 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, Ztied.D |
| Log2(Vector<Single>) |
svint32_t svlogb[_f32]_m(svint32_t inactif, 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, Ztied.S |
Log2(Vector<Double>)
- Source:
- Sve2.PlatformNotSupported.cs
- Source:
- Sve2.PlatformNotSupported.cs
svint64_t svlogb[_f64]_m(svint64_t inactif, 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, 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)
Paramètres
Retours
S’applique à
Log2(Vector<Single>)
- Source:
- Sve2.PlatformNotSupported.cs
- Source:
- Sve2.PlatformNotSupported.cs
svint32_t svlogb[_f32]_m(svint32_t inactif, 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, 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)