Interface: IResultCollector

Exposes a result collector.

Methods

Name Description
ContainsId(Int32) Gets a value indicating whether the collector's ids collection.
SetAllValues(IEnumerable<Double>) Sets all collector's values. The values have to be in the same order as the one defined by the Ids array.
SetAllValues(Double[]) Sets all collector's values. The values have to be in the same order as the one defined by the Ids array.
SetImaginaryValues(Int32, IEnumerable<Double>) Sets the imaginary collector's values for the given id.
SetImaginaryValues(Int32, Double[]) Sets the imaginary collector's values for the given id.
SetValues(Int32, IEnumerable<Double>) Sets the collector's values for the given id.
SetValues(Int32, Double[]) Sets the collector's values for the given id.

Properties

Name Description
ComponentCount Gets the number of components per fields.
HasImaginary Gets a value indicating whether the collector supports imaginary values.
Ids Gets the ids on which the collector needs results.
Indices Gets the mapping array between Ids and Values.
Lengths Gets all computed lenghts.