Single.Sqrt(Single) メソッド

定義

値の平方根を計算します。

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

パラメーター

x
Single

平方根が計算される値。

返品

xの平方根。

実装

適用対象