Sve.ReciprocalEstimate 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 |
|---|---|
| ReciprocalEstimate(Vector<Single>) |
svfloat32_t svrecpe[_f32](svfloat32_t op) FRECPE Zresult.S, Zop.S |
| ReciprocalEstimate(Vector<Double>) |
svfloat64_t svrecpe[_f64](svfloat64_t op) FRECPE Zresult.D, Zop.D |
ReciprocalEstimate(Vector<Single>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
svfloat32_t svrecpe[_f32](svfloat32_t op)
FRECPE Zresult.S, Zop.S
public:
static System::Numerics::Vector<float> ReciprocalEstimate(System::Numerics::Vector<float> value);
public static System.Numerics.Vector<float> ReciprocalEstimate(System.Numerics.Vector<float> value);
static member ReciprocalEstimate : System.Numerics.Vector<single> -> System.Numerics.Vector<single>
Public Shared Function ReciprocalEstimate (value As Vector(Of Single)) As Vector(Of Single)
Parameter
Gibt zurück
Gilt für:
ReciprocalEstimate(Vector<Double>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
svfloat64_t svrecpe[_f64](svfloat64_t op)
FRECPE Zresult.D, Zop.D
public:
static System::Numerics::Vector<double> ReciprocalEstimate(System::Numerics::Vector<double> value);
public static System.Numerics.Vector<double> ReciprocalEstimate(System.Numerics.Vector<double> value);
static member ReciprocalEstimate : System.Numerics.Vector<double> -> System.Numerics.Vector<double>
Public Shared Function ReciprocalEstimate (value As Vector(Of Double)) As Vector(Of Double)