C# Class Vertesaur.Generation.Expressions.AcoshExpression

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

Public Methods

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

Creates a new inverse hyperbolic cosine expression.

Reduce ( ) : Expression

Private Methods

Method Description
CreateExpression ( Expression input ) : Expression

Method Details

AcoshExpression() public method

Creates a new inverse hyperbolic cosine expression.
public AcoshExpression ( Expression input, IExpressionGenerator generator = null ) : System.Diagnostics.Contracts
input System.Linq.Expressions.Expression The expression to calculate the inverse hyperbolic cosine 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