Click or drag to resize

SquareRootFunction(IScalarFunctionDD) Constructor

Constructor by providing the array of coefficients (a0 is the first element of the array).

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public SquareRootFunction(
	IScalarFunctionDD baseFunction
)

Parameters

baseFunction  IScalarFunctionDD
The function whose square root is evaluated.
See Also