Example #1
0
 public Buffer(TimeSeriesTuple first) => Last = first;
Example #2
0
 public LinearFunction(TimeSeriesTuple xy1, TimeSeriesTuple xy2)
     : this(0, xy1.Value, xy2.Timestamp.Ticks - xy1.Timestamp.Ticks, xy2.Value, xy1.Timestamp.Ticks)
 {
 }