IReal Operations<T>.Atan 2 Method
Returns the arc tangent of a pair of values.
Definition
Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The arc tangent of y / x, transformed to the correct quadrant.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
T Atan2(
T y,
T x
)
Parameters
Return Value
TThe arc tangent of y / x, transformed to the correct quadrant.