MathF.Sqrt(Single) 方法 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定数字的平方根。
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 的平方根