Overload | Description |
---|---|
Addition(Double,Series) | Adds a value to all elements in the rhs series. |
Addition(Series,Double) | Adds a value to all elements in the rhs series. |
Addition(Series,Series) | Adds two Series objects together. |
All element values such as YValue, XValue etc. are added based on element
names. This means that only elements with the same name will be computed.