Atan2()

Math::Atan2(double, double) method

Calculates the arctan of the ration of the specified values.

static double System::Math::Atan2(double y, double x)

Arguments

ParameterTypeDescription
ydoubleThe point’s y coordinate
xdoubleThe point’s x coordinate

Return Value

Arctan of y/x

See Also