Test additional content header

ExpressionNodeTypeBinaryExpression 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
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