 | MathUtilsSqrt Method |
Returns the square root of the specified number.
Namespace: Slash.Math.UtilsAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntaxpublic static float Sqrt(
float x
)
Public Shared Function Sqrt (
x As Single
) As Single
public:
static float Sqrt(
float x
)
static member Sqrt :
x : float32 -> float32
Parameters
- x
- Type: SystemSingle
Number to compute the square root of.
Return Value
Type:
SingleSquare root of the specified number.
See Also