Click or drag to resize

XYFunctionPlotDataBaseEvaluate Method

Evaluates the function.

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

Parameters

x  Double
The argument of the function.

Return Value

Double
The resulting value produced by the function.

Implements

IScalarFunctionDDEvaluate(Double)
See Also