Open this page in the API Guide

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 (25.1.0.1000)
Syntax
public FunctionInput(
	Guid inputId,
	double[] values
)

Parameters

inputId
Type: System.Guid
The input identifier.
values
Type:System.Double[]
The values.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalues is null.
ArgumentExceptioninputId is Empty.
See Also