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