Acos()

Math::Acos(double) method

Calculates the arccosine of the specified value.

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

Arguments

ParameterTypeDescription
ddoubleThe value to calculate arccosine of

Return Value

Arccosine of d

See Also