ArrayResult Constructor (Guid, Double, Int32)

Initializes a new instance of the ArrayResult class.

Namespace:  Dundas.BI.Data.Functions
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public ArrayResult(
	Guid resultId,
	double[] valueArray,
	int firstValidIndex
)

Parameters

resultId
Type: SystemGuid
The result ID.
valueArray
Type: SystemDouble
The value array.
firstValidIndex
Type: SystemInt32
First index of the valid.
Exceptions
ExceptionCondition
ArgumentExceptionvalueArray is or empty.
ArgumentOutOfRangeExceptionfirstValidIndex is invalid in the current context.
See Also