Click or drag to resize

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

Parameters

from  SquareRootFunction
Another polynomial function to clone from.
See Also