MathF.Sqrt(Single) 方法

定义

返回指定数字的平方根。

public:
 static float Sqrt(float x);
public static float Sqrt (float x);
static member Sqrt : single -> single
Public Shared Function Sqrt (x As Single) As Single

参数

x
Single

要获取其平方根的数字。

返回

x 的平方根

适用于

另请参阅