| VariableContainerExtensionsRegisterFormula Method |
A formula is an expression that is calculated on-the-fly and its expression tree is not parse until evaluation is required.
Namespace: FlexRuleAssembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
Remarks
The format of formula is formulaName = formulaExpression. A formula can be in two forms, a value or a function. If formula name has open and close parentheses, then it becomes a function formula, otherwise it becomes a value formula.
See Also