Sqrt()

Math::Sqrt(double) method

Returns the square root of the specified value.

static double System::Math::Sqrt(double d)

Arguments

ParameterTypeDescription
ddoubleA double-precision floating point value

Return Value

The square root of d

See Also