共用方式為


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 的平方根

適用於

另請參閱