Table of Contents

Class ExpressionExtensions

Namespace
Utils.Mathematics.Expressions
Assembly
Utils.dll

Provides extension methods for simplifying LINQ expression trees, as well as custom exceptions for extension-related errors.

public static class ExpressionExtensions
Inheritance
ExpressionExtensions
Inherited Members

Methods

Simplify(Expression)

Simplifies the specified Expression using the internal simplifier.

public static Expression Simplify(this Expression e)

Parameters

e Expression

The Expression to simplify.

Returns

Expression

A new Expression representing the simplified form of e.