C# Class xFunc.Maths.Expressions.Hyperbolic.HyperbolicExpression

The base class for hyperbolic functions.
Inheritance: UnaryExpression
Afficher le fichier Open project: sys27/xFunc

Méthodes protégées

Méthode Description
HyperbolicExpression ( ) : System

Initializes a new instance of the HyperbolicExpression class.

HyperbolicExpression ( IExpression argument ) : System

Initializes a new instance of the HyperbolicExpression class.

Method Details

HyperbolicExpression() protected méthode

Initializes a new instance of the HyperbolicExpression class.
protected HyperbolicExpression ( ) : System
Résultat System

HyperbolicExpression() protected méthode

Initializes a new instance of the HyperbolicExpression class.
protected HyperbolicExpression ( IExpression argument ) : System
argument IExpression The expression.
Résultat System