C# 클래스 xFunc.Maths.Expressions.Hyperbolic.HyperbolicExpression

The base class for hyperbolic functions.
상속: UnaryExpression
파일 보기 프로젝트 열기: sys27/xFunc

보호된 메소드들

메소드 설명
HyperbolicExpression ( ) : System

Initializes a new instance of the HyperbolicExpression class.

HyperbolicExpression ( IExpression argument ) : System

Initializes a new instance of the HyperbolicExpression class.

메소드 상세

HyperbolicExpression() 보호된 메소드

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

HyperbolicExpression() 보호된 메소드

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