C# Class Vertesaur.Generation.Expressions.Log10Expression

A base 10 logarithm expression.
Inheritance: ReducibleUnaryExpressionBase
Exibir arquivo Open project: aarondandy/vertesaur

Public Methods

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

Creates a new base 10 logarithm expression.

Reduce ( ) : Expression

Private Methods

Method Description
Log10Expression ( ) : System

Method Details

Log10Expression() public method

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.
return System

Reduce() public method

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