Test additional content header

ValueOriginType Enumeration

Defines the origin of value in context of a calculation.

Definition

Namespace: Fluent.Calculations.Primitives.BaseTypes
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public enum ValueOriginType

Remarks

This enum allows quick understanding of the flow of the calculation.

Members

NaN0Represents default state when origin is not determinated or set.
Parameter1Represents input parameter of the calculation.
Constant2Represents a constant values which do not change.
Evaluation3Represents a value that is a result of lambda expression evaluation result.
Operation4Represents intermediate results of basic binary or unary operations.
Result5Represent the final result value when used in classes inherting from EcaluationScope.

See Also