Single.ReciprocalSqrtEstimate(Single) 方法

定義

計算值之相互平方根的估計值。

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

參數

x
Single

要計算其相互平方根的估計值。

傳回

的相互平方根 x 估計值。

實作

適用於