C# Class Vertesaur.Generation.Expressions.AtanhExpression

An inverse hyperbolic tangent expression.
Inheritance: ReducibleUnaryExpressionBase
Show file Open project: aarondandy/vertesaur

Public Methods

Method Description
AtanhExpression ( Expression input, IExpressionGenerator generator = null ) : System.Diagnostics.Contracts

Creates a new inverse hyperbolic tangent expression.

Reduce ( ) : Expression

Private Methods

Method Description
CreateExpression ( Expression input ) : Expression

Method Details

AtanhExpression() public method

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.
return System.Diagnostics.Contracts

Reduce() public method

public Reduce ( ) : Expression
return System.Linq.Expressions.Expression