Click or drag to resize

SquareRootFunctionEvaluate Method

Evaluates the polynomial.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double Evaluate(
	double x
)

Parameters

x  Double
The function argument.

Return Value

Double
The value of the polynomial, a0+a1*x+a2*x^2+...

Implements

IScalarFunctionDDEvaluate(Double)
See Also