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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.