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

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

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

Same methods

Math::cosh ( double x ) : double