MathF.Sqrt(Single) Methode

Definition

Gibt die Quadratwurzel einer angegebenen Zahl zurück.

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

Parameter

x
Single

Die Zahl, die die Quadratwurzel übernehmen soll.

Gibt zurück

Die Quadratwurzel von x

Gilt für:

Weitere Informationen