Click or drag to resize

SeriesT Operators

The SeriesT type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberAddition(SeriesT, SeriesT)Creates a new series by adding values from the operands.
Public operatorStatic memberMultiply(Double, SeriesT)Scales values from a series.
Public operatorStatic memberMultiply(SeriesT, Double)Scales values from a series.
Public operatorStatic memberSubtraction(SeriesT, SeriesT)Creates a new series by subtracting values from the operands.
Top
See Also