NFloat.ReciprocalEstimate(NFloat) Yöntem

Tanım

Bir değerin karşılıklı değerinin tahminini hesaplar.

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

Parametreler

x
NFloat

Karşılıklı tahmini hesaplanacak değerdir.

Döndürülenler

karşılıklı değeriyle xilgili bir tahmin.

Uygulamalar

Şunlara uygulanır