FunctionInput Constructor

Initializes a new instance of the FunctionInput class.

Namespace:  Dundas.BI.Data.Functions
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public FunctionInput(
	Guid inputId,
	double[] values
)

Parameters

inputId
Type: SystemGuid
The input identifier.
values
Type: SystemDouble
The values.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalues is .
ArgumentExceptioninputId is Empty.
See Also