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

The base class for hyperbolic functions.
Inheritance: UnaryExpression
Mostra file Open project: sys27/xFunc

Protected Methods

Method 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 method

Initializes a new instance of the HyperbolicExpression class.
protected HyperbolicExpression ( ) : System
return System

HyperbolicExpression() protected method

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