Example #1
0
 public IEnumerator <double> GetEnumerator()
 {
     for (var i = 0; i < Bars.Count; i++)
     {
         yield return(Bars.GetValue(InputType, i));
     }
 }
Example #2
0
 public double this[int index] => Bars.GetValue(InputType, index);