Double.Sqrt(Double) 方法

定义

计算值的平方根。

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

参数

x
Double

要计算其平方根的值。

返回

的平方根 x

实现

适用于