ArrayResult Constructor (Guid, Double, Int32) |
Namespace:
Dundas.BI.Data.Functions
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntaxpublic ArrayResult(
Guid resultId,
double[] valueArray,
int firstValidIndex
)
Public Sub New (
resultId As Guid,
valueArray As Double(),
firstValidIndex As Integer
)
public:
ArrayResult(
Guid resultId,
array<double>^ valueArray,
int firstValidIndex
)
new :
resultId : Guid *
valueArray : float[] *
firstValidIndex : int -> ArrayResultParameters
- resultId
- Type: SystemGuid
The result ID. - valueArray
- Type: SystemDouble
The value array. - firstValidIndex
- Type: SystemInt32
First index of the valid.
Exceptions| Exception | Condition |
|---|
| ArgumentException | valueArray is or empty. |
| ArgumentOutOfRangeException | firstValidIndex is invalid in the current context. |
See Also