Test additional content header

EvaluationScopeTReturn Method

Override to implement the final calculation step.

Definition

Namespace: Fluent.Calculations.Primitives
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public virtual T Return()

Return Value

T
Calculation final result.

Remarks

Used to explicitly define a final calculation result. Can be considered an equivalent of "return X" in a normal function. Will be executed on ToResult() call of EvaluationScopeT.

See Also