Edit

Share via


MathF.Sqrt(Single) Method

Definition

Returns the square root of a specified number.

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

Parameters

x
Single

The number to take the square root of.

Returns

The square root of x

Applies to

See also