NFloat.Sqrt(NFloat) メソッド

定義

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

public:
 static System::Runtime::InteropServices::NFloat Sqrt(System::Runtime::InteropServices::NFloat x) = System::Numerics::IRootFunctions<System::Runtime::InteropServices::NFloat>::Sqrt;
public static System.Runtime.InteropServices.NFloat Sqrt (System.Runtime.InteropServices.NFloat x);
static member Sqrt : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Sqrt (x As NFloat) As NFloat

パラメーター

x
NFloat

平方根が計算される値。

戻り値

の平方根 x

実装

適用対象