a | 和の計算に用いる1つ目の時系列データ。 The 1st time series data used for the computation of the summation. |
b | 和の計算に用いる2つ目の時系列データ。 The 2nd time series data used for the computation of the summation. |
戻り値のメンバ Member of the return value |
値 Value |
size | a.size |
t0 | a.t0 |
dt | a.dt |
各iに対するvalue[i] value[i] for each \(i\) |
a.value[i]+b.value[i] |