Single.ReciprocalEstimate(Single) Methode

Definition

Berechnet eine Schätzung des Kehrwerts eines Werts.

public:
 static float ReciprocalEstimate(float x) = System::Numerics::IFloatingPointIeee754<float>::ReciprocalEstimate;
public static float ReciprocalEstimate(float x);
static member ReciprocalEstimate : single -> single
Public Shared Function ReciprocalEstimate (x As Single) As Single

Parameter

x
Single

Der Wert, dessen Schätzung des Kehrwerts berechnet werden soll.

Gibt zurück

Eine Schätzung des Kehrwerts von x.

Implementiert

Gilt für: