Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
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
C#
Copy
View Source
public
interface
IExpression
Remarks
This interface can be used for visualizations or any other output transformations.
Properties
Arguments
Links the result with the arguments of the expression.
Body
Body of the expression or operation.
Type
Type of method how the value was obtained.
See Also
Reference
Fluent.Calculations.Primitives.Expressions Namespace
In This Article
Definition
Remarks
Properties
See Also