SymbolicMath.Simplify<T> Method

Attempts to simplify an expression and returns the result.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static Expression<T> Simplify<T>(
	Expression<T> lambda
)

Parameters

lambda  Expression<T>
A lambda expression.

Type Parameters

T
The type of delegate.

Return Value

Expression<T>
A possibly simplified form of lambda.

See Also