C# Class Vertesaur.Generation.Expressions.NaturalLogExpression

A natural logarithm expression.
Inheritance: ReducibleUnaryExpressionBase
Show file Open project: aarondandy/vertesaur

Public Methods

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

Creates a new natural logarithm expression.

Reduce ( ) : Expression

Private Methods

Method Description
NaturalLogExpression ( ) : System

Method Details

NaturalLogExpression() public method

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

Reduce() public method

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