Test additional content header

EvaluationScopeCreate Method

Create a cope instance.

Definition

Namespace: Fluent.Calculations.Primitives
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public static EvaluationScope Create(
	string scope = "NaN"
)

Parameters

scope  String  (Optional)
Name of the scope.

Return Value

EvaluationScope
Named evaluation scope instance.

Remarks

Used for standalone EvaluationScpes as opposed to inheritance approach.

See Also