NFloat.ReciprocalEstimate(NFloat) Method

Definition

Computes an estimate of the reciprocal of a value.

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

Parameters

x
NFloat

The value whose estimate of the reciprocal is to be computed.

Returns

An estimate of the reciprocal of x.

Implements

Applies to