C# 클래스 Vertesaur.Generation.Expressions.AtanhExpression

An inverse hyperbolic tangent expression.
상속: ReducibleUnaryExpressionBase
파일 보기 프로젝트 열기: aarondandy/vertesaur

공개 메소드들

메소드 설명
AtanhExpression ( Expression input, IExpressionGenerator generator = null ) : System.Diagnostics.Contracts

Creates a new inverse hyperbolic tangent expression.

Reduce ( ) : Expression

비공개 메소드들

메소드 설명
CreateExpression ( Expression input ) : Expression

메소드 상세

AtanhExpression() 공개 메소드

Creates a new inverse hyperbolic tangent expression.
public AtanhExpression ( Expression input, IExpressionGenerator generator = null ) : System.Diagnostics.Contracts
input System.Linq.Expressions.Expression The expression to calculate the inverse hyperbolic tangent of.
generator IExpressionGenerator The optional expression generator used during reduction.
리턴 System.Diagnostics.Contracts

Reduce() 공개 메소드

public Reduce ( ) : Expression
리턴 System.Linq.Expressions.Expression