C# Class Vertesaur.Generation.Expressions.LogExpression

An arbitrary base logarithm expression.
Inheritance: ReducibleBinaryExpressionBase
Afficher le fichier Open project: aarondandy/vertesaur

Méthodes publiques

Méthode Description
LogExpression ( Expression value, Expression b, IExpressionGenerator generator = null ) : System

Creates a new logarithm of the given base.

Reduce ( ) : Expression

Private Methods

Méthode Description
LogExpression ( ) : System

Method Details

LogExpression() public méthode

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.
Résultat System

Reduce() public méthode

public Reduce ( ) : Expression
Résultat System.Linq.Expressions.Expression