Atan Method

Project Mercury API

[This is preliminary documentation and is subject to change.]

Returns the angle whos tangent is the speicified number.

Namespace:  ProjectMercury
Assembly:  ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0

Syntax

C#
public static float Atan(
	float value
)
Visual Basic (Declaration)
Public Shared Function Atan ( _
	value As Single _
) As Single
Visual C++
public:
static float Atan(
	float value
)

Parameters

value
Type: System..::.Single
A number representing a tangent.

Return Value

The angle whos tangent is the speicified number.

See Also