Open this page in the API Guide

ArrayResult Constructor (Guid,Double[])

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 (25.1.0.1000)
Syntax
public ArrayResult(
	Guid resultId,
	double[] valueArray
)

Parameters

resultId
Type: System.Guid
The result ID.
valueArray
Type:System.Double[]
The value array.
Exceptions
ExceptionCondition
ArgumentExceptionvalueArray is null or empty.
See Also