Sve.FloatingPointExponentialAccelerator Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| FloatingPointExponentialAccelerator(Vector<UInt32>) |
svfloat32_t svexpa[_f32](svuint32_t op) FEXPA Zresult.S, Zop.S |
| FloatingPointExponentialAccelerator(Vector<UInt64>) |
svfloat64_t svexpa[_f64](svuint64_t op) FEXPA Zresult.D, Zop.D |
FloatingPointExponentialAccelerator(Vector<UInt32>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
svfloat32_t svexpa[_f32](svuint32_t op)
FEXPA Zresult.S, Zop.S
public:
static System::Numerics::Vector<float> FloatingPointExponentialAccelerator(System::Numerics::Vector<System::UInt32> value);
public static System.Numerics.Vector<float> FloatingPointExponentialAccelerator(System.Numerics.Vector<uint> value);
static member FloatingPointExponentialAccelerator : System.Numerics.Vector<uint32> -> System.Numerics.Vector<single>
Public Shared Function FloatingPointExponentialAccelerator (value As Vector(Of UInteger)) As Vector(Of Single)
Parameter
Gibt zurück
Gilt für:
FloatingPointExponentialAccelerator(Vector<UInt64>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
svfloat64_t svexpa[_f64](svuint64_t op)
FEXPA Zresult.D, Zop.D
public:
static System::Numerics::Vector<double> FloatingPointExponentialAccelerator(System::Numerics::Vector<System::UInt64> value);
public static System.Numerics.Vector<double> FloatingPointExponentialAccelerator(System.Numerics.Vector<ulong> value);
static member FloatingPointExponentialAccelerator : System.Numerics.Vector<uint64> -> System.Numerics.Vector<double>
Public Shared Function FloatingPointExponentialAccelerator (value As Vector(Of ULong)) As Vector(Of Double)