Click or drag to resize

RelaxISPlugin_ResultEvaluatorXYFunction Method

Defines the fitting function, that is used to fit the result-preview graph

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public abstract double XYFunction(
	double X,
	double[] Parameters
)

Parameters

X  Double
The X value.
Parameters  Double
Array of double that will contain the function parameters to be used.

Return Value

Double
The calculated Y value.
See Also