Void
IResultCollector
.SetValues(Int32 id, IEnumerable<Double> values)
Sets the collector's values for the given id.
Remarks
Examples
Parameters
id
Type: Int32
The id.
values
Type: IEnumerable<Double>
The values to set.
Return Value
Type: Void