C# Class Vertesaur.Generation.Expressions.LogExpression

An arbitrary base logarithm expression.
Inheritance: ReducibleBinaryExpressionBase
Show file Open project: aarondandy/vertesaur

Public Methods

Method Description
LogExpression ( Expression value, Expression b, IExpressionGenerator generator = null ) : System

Creates a new logarithm of the given base.

Reduce ( ) : Expression

Private Methods

Method Description
LogExpression ( ) : System

Method Details

LogExpression() public method

Creates a new logarithm of the given base.
public LogExpression ( Expression value, Expression b, IExpressionGenerator generator = null ) : System
value System.Linq.Expressions.Expression The value expression to calculate the logarithm of.
b System.Linq.Expressions.Expression The base expression.
generator IExpressionGenerator The optional expression generator used during reduction.
return System

Reduce() public method

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