FunctionInput Constructor |
Namespace:
Dundas.BI.Data.Functions
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public 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[] -> FunctionInput
Parameters
- inputId
- Type: SystemGuid
The input identifier. - values
- Type: SystemDouble
The values.
Exceptions See Also