NFloat.ReciprocalEstimate(NFloat) Metod

Definition

Beräknar en uppskattning av ett värdes ömsesidiga värde.

public:
 static System::Runtime::InteropServices::NFloat ReciprocalEstimate(System::Runtime::InteropServices::NFloat x) = System::Numerics::IFloatingPointIeee754<System::Runtime::InteropServices::NFloat>::ReciprocalEstimate;
public static System.Runtime.InteropServices.NFloat ReciprocalEstimate(System.Runtime.InteropServices.NFloat x);
static member ReciprocalEstimate : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function ReciprocalEstimate (x As NFloat) As NFloat

Parametrar

x
NFloat

Det värde vars uppskattning av reciprocal ska beräknas.

Returer

En uppskattning av reciprocal av x.

Implementeringar

Gäller för