Sqrt()

MathF::Sqrt(float) method

Returns the square root of the specified value.

static float System::MathF::Sqrt(float x)

Arguments

ParameterTypeDescription
xfloatA float-precision floating point value

Return Value

The square root of d

See Also