Returns the square root of the specified number.
Syntax
Copy Code
|
---|
double Sqrt ( double value ) |
Parameters
- value
- A numeric expression for which the square root is calculated.
Remarks
If value is negative, the return value is NaN.
See Also
Math Functions