Operations<T>.Atan2 Property

Gets a delegate that returns the angle between the X-axis and a point with the specified coordinates.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static Func<T, T, T> Atan2 { get; }

Property Value

Func<T, T, T>

See Also