private void PropagateLast(DoubleCollection col)
 {
     col.Add(col.get_Item(col.Count - 1));
 }