EvaluationScopeTReturn Method
Override to implement the final calculation step.
Namespace: Fluent.Calculations.PrimitivesAssembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public virtual T Return()
Return Value
TCalculation final result.
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.