Click or drag to resize

BcfFuncT Delegate

[This is preliminary documentation and is subject to change.]

Function delegate for Func and Func

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntax
public delegate T BcfFunc<out T>(
	ImmutableArray<BcfParameter> parameters,
	BcfRow row
)

Parameters

parameters
Type: ImmutableArrayBcfParameter
The parameters
row
Type: CalculationWorks.BusinessModelBcfRow
Calculating row

Type Parameters

T
Return type

Return Value

Type: T
Version Information

BCF

Supported in: 4.0
See Also