Divide Series Function
The Divide series function is used to divide the data in the source
series. This series function takes two or more source series. Each value in the
value component of the destination series is the result of successive
divisions of the corresponding data in the value components of the individual
source series.
If the position components
of the source series contain incompatible data (e.g. the first contains 1, 2, 4,
5 and the second contains 1, 2, 3, 5), DataScene will first use cubic-spline
interpolation to generate compatible position and value components for the
source series and then perform the divisions.
See Also
|