Sdílet prostřednictvím


MathF.Sqrt(Single) Metoda

Definice

Vrátí druhou odmocninu zadaného čísla.

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

Parametry

x
Single

Číslo, které má být odmocněné odmocninou.

Návraty

Druhá odmocnina x

Platí pro

Viz také