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