Test additional content header

ExpressionNodeTypeConstant Field

Represents a definition of an inline constant or an input parameter.

Definition

Namespace: Fluent.Calculations.Primitives.Expressions
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public const string Constant = "Constant"

Field Value

String

Remarks

Constants are values that are not a result of any Evaluation or operation.

See Also