Click or drag to resize

BcfFuncT Delegate

Function delegate for Func and Func

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public delegate T BcfFunc<out T>(
	BcfReadOnlyArrayList<BcfParameter> parameters,
	BcfRow calculatingRow
)

Parameters

parameters
Type: CalculationWorks.BusinessModelBcfReadOnlyArrayListBcfParameter
The parameters
calculatingRow
Type: CalculationWorks.BusinessModelBcfRow
The calculating row

Type Parameters

T
Return type

Return Value

Type: T
See Also