Click or drag to resize

BcfCalculatorFindParameterT Method

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

Finds the parameter of T.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public IBcfParameter<T> FindParameter<T>(
	string name = null
)

Parameters

name (Optional)
Type: SystemString
The parameter name

Type Parameters

T
The parameter value type.

Return Value

Type: IBcfParameterT
The parameter of T
See Also