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

实现

适用于