Test additional content header

IExpression Interface

Provides the interfact to retrieve expression metadata.

Definition

Namespace: Fluent.Calculations.Primitives.Expressions
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public interface IExpression

Remarks

This interface can be used for visualizations or any other output transformations.

Properties

ArgumentsLinks the result with the arguments of the expression.
BodyBody of the expression or operation.
TypeType of method how the value was obtained.

See Also