ScaledSumFunction(Double, IScalarFunctionDD) Constructor |
Constructor by providing the array of coefficients (a0 is the first element of the array).
Namespace: Altaxo.Graph.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public ScaledSumFunction(
double[] coefficients,
IScalarFunctionDD[] functions
)
Parameters
- coefficients Double
- The coefficient array, starting with coefficient a0.
- functions IScalarFunctionDD
- The array of functions to sum up.
See Also