Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
Expression
Node
Type
Binary
Expression Field
Represents an binary or unary operation.
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
const
string
BinaryExpression
= "Binary"
Field Value
String
Remarks
Typically values of these types are intermediate results of longer lambda expressions or standalon operations with values.
See Also
Reference
ExpressionNodeType Class
Fluent.Calculations.Primitives.Expressions Namespace
In This Article
Definition
Remarks
See Also