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

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

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

Same methods

Math::atan ( double x ) : double