FunctionInput Constructor |
Namespace:
Dundas.BI.Data.Functions
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntaxpublic FunctionInput(
Guid inputId,
double[] values
)
Public Sub New (
inputId As Guid,
values As Double()
)
public:
FunctionInput(
Guid inputId,
array<double>^ values
)
new :
inputId : Guid *
values : float[] -> FunctionInputParameters
- inputId
- Type: SystemGuid
The input identifier. - values
- Type: SystemDouble
The values.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | values is . |
| ArgumentException | inputId is Empty. |
See Also