Click or drag to resize
Grid Solutions Framework

DynamicFilterHandleSpecialVariables Method

Handler for assignment of special variables, e.g., constants, for the DynamicCalculator.

Namespace: DynamicCalculator
Assembly: DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.182-beta
Syntax
protected override void HandleSpecialVariables(
	VariableCollection variables
)
View Source

Parameters

variables  VariableCollection
Variable set to current calculation.
Remarks
Special constants should be defined in the ReservedVariableNames array.
See Also