Sve.ReciprocalEstimate 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
ReciprocalEstimate(Vector<Double>) |
svfloat64_t svrecpe<see href="svfloat64_t op">_f64</see> FRECPE Zresult.D, Zop.D |
ReciprocalEstimate(Vector<Single>) |
svfloat32_t svrecpe<see href="svfloat32_t op">_f32</see> FRECPE Zresult.S, Zop.S |
ReciprocalEstimate(Vector<Double>)
svfloat64_t svrecpe<see href="svfloat64_t op">_f64</see>
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)
Parameters
Returns
Applies to
ReciprocalEstimate(Vector<Single>)
svfloat32_t svrecpe<see href="svfloat32_t op">_f32</see>
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)
Parameters
Returns
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.