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

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

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

Same methods

Math::sinh ( double x ) : double