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

適用対象

こちらもご覧ください