 | IBcfParameterTGetItemValue Method |
Returns the value to use in calculation.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
SyntaxT GetItemValue(
BcfRow tupleSourceRow
)
Function GetItemValue (
tupleSourceRow As BcfRow
) As T
Parameters
- tupleSourceRow
- Type: CalculationWorks.BusinessModelBcfRow
The tuple row.
Return Value
Type:
TThe value to use in calculation.
See Also