C# Class Vertesaur.Generation.Expressions.Log10Expression

A base 10 logarithm expression.
Inheritance: ReducibleUnaryExpressionBase
Afficher le fichier Open project: aarondandy/vertesaur

Méthodes publiques

Méthode Description
Log10Expression ( Expression input, IExpressionGenerator generator = null ) : System

Creates a new base 10 logarithm expression.

Reduce ( ) : Expression

Private Methods

Méthode Description
Log10Expression ( ) : System

Method Details

Log10Expression() public méthode

Creates a new base 10 logarithm expression.
public Log10Expression ( Expression input, IExpressionGenerator generator = null ) : System
input System.Linq.Expressions.Expression The expression to calculate the base 10 logarithm of.
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