Click or drag to resize

BcfColumnTFunction Property

Gets the BcfFunction used to calculate the values in this column.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public BcfFunction<T> Function { get; }

Property Value

Type: BcfFunctionT
The function.
See Also