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