public ValueSequence(DynamicTimeSeriesCollection dtsc)
   : this(dtsc, DynamicTimeSeriesCollection.access\u0024000(dtsc))
 {
 }
 public ValueSequence(DynamicTimeSeriesCollection dtsc, int length)
 {
   base.\u002Ector();
   DynamicTimeSeriesCollection.ValueSequence valueSequence = this;
   this.this\u00240 = dtsc;
   this.dataPoints = new float[length];
   for (int index = 0; index < length; ++index)
     this.dataPoints[index] = 0.0f;
 }