Test additional content header

EvaluationScopeTToResult Method

Runs and return result from implemented calculation.

Definition

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

Return Value

T
Calculation result with captured arguments and expression tree.

Implements

IEvaluationScopeTToResult

Remarks

Calls Return() under the hood.

See Also