C# Class Vertesaur.Generation.Expressions.AsinhExpression

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

Public Methods

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

Creates a new inverse hyperbolic sine expression.

Reduce ( ) : Expression

Private Methods

Method Description
CreateExpression ( Expression input ) : Expression

Method Details

AsinhExpression() public method

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