Click or drag to resize

ScaledSumFunction(ScaledSumFunction) Constructor

Copy constructor.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ScaledSumFunction(
	ScaledSumFunction from
)

Parameters

from  ScaledSumFunction
Another polynomial function to clone from.
See Also