Single.ReciprocalEstimate(Single) メソッド

定義

値の逆数の推定値を計算します。

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

パラメーター

x
Single

逆数の推定値が計算される値。

返品

xの逆数の推定値。

実装

適用対象