SetValues(int, IEnumerable<double>)

Sets the collector's values for the given id.

Declaration Syntax

public void SetValues(int id, IEnumerable<double> values)

Parameters

id(int)

The id.

values(IEnumerable<double>)

The values to set.