Click or drag to resize

ProductFunction(ProductFunction) 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 ProductFunction(
	ProductFunction from
)

Parameters

from  ProductFunction
Another polynomial function to clone from.
See Also