Adds two Chebyshev series.
Namespace: Extreme.Mathematics.CurvesAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public override LinearCombination Add(
double factor,
LinearCombination combination
)
Public Overrides Function Add (
factor As Double,
combination As LinearCombination
) As LinearCombination
public:
virtual LinearCombination^ Add(
double factor,
LinearCombination^ combination
) override
abstract Add :
factor : float *
combination : LinearCombination -> LinearCombination
override Add :
factor : float *
combination : LinearCombination -> LinearCombination
Parameters
- factor
- Type: SystemDouble
Multiplier for combination. - combination
- Type: Extreme.Mathematics.CurvesLinearCombination
The first ChebyshevSeries.
Return Value
Type:
LinearCombinationA
ChebyshevSeries that is the sum of the
two operands.
Exception | Condition |
---|
ArgumentNullException | combination is .
|
ArgumentException | combination is not an instance of ChebyshevSeries.
-or- The Chebyshev series represented by this instance and combination
are defined over different intervals. -or- The Degree of combination is greater than
the maximum degree of this instance. |
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference