Click or drag to resize

IBcfParameterTGetItemValue Method

Returns the value to use in calculation.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
T GetItemValue(
	BcfRow tupleSourceRow
)

Parameters

tupleSourceRow
Type: CalculationWorks.BusinessModelBcfRow
The tuple row.

Return Value

Type: T
The value to use in calculation.
See Also