Click or drag to resize

IBcfParameterTGetValueArray Method

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

Evaluates and returns the parameter value.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
T[] GetValueArray(
	BcfRow calculatingRow
)

Parameters

calculatingRow
Type: CalculationWorks.BusinessModelBcfRow
The calculating row.

Return Value

Type: T
The parameter value.
Exceptions
See Also