Click or drag to resize

IBcfParameterTGetValue Method

Returns the value to use in calculation.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
T GetValue(
	BcfRow calculatingRow
)

Parameters

calculatingRow
Type: CalculationWorks.BusinessModelBcfRow
The calculating row.

Return Value

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