C# Class Vertesaur.Generation.Expressions.CoshExpression

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

Public Methods

Method Description
CoshExpression ( Expression input, IExpressionGenerator generator = null ) : System

Creates a new hyperbolic cosine expression.

Reduce ( ) : Expression

Private Methods

Method Description
CoshExpression ( ) : System

Method Details

CoshExpression() public method

Creates a new hyperbolic cosine expression.
public CoshExpression ( Expression input, IExpressionGenerator generator = null ) : System
input System.Linq.Expressions.Expression The expression to calculate the hyperbolic cosine of.
generator IExpressionGenerator The optional expression generator used during reduction.
return System

Reduce() public method

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