Apex.System.Math.atan2 C# (CSharp) Метод

atan2() публичный статический Метод

public static atan2 ( decimal x, decimal y ) : decimal
x decimal
y decimal
Результат decimal
        public static decimal atan2(decimal x, decimal y)
        {
            throw new global::System.NotImplementedException("Math.Atan2");
        }

Same methods

Math::atan2 ( double x, double y ) : double