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

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

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

Same methods

Math::tan ( double x ) : double