RelaxISPlugin_ResultEvaluatorXYFunction Method |
Defines the fitting function, that is used to fit the result-preview graph
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public abstract double XYFunction(
double X,
double[] Parameters
)
Public MustOverride Function XYFunction (
X As Double,
Parameters As Double()
) As Double
Dim instance As RelaxISPlugin_ResultEvaluator
Dim X As Double
Dim Parameters As Double()
Dim returnValue As Double
returnValue = instance.XYFunction(X, Parameters)
Parameters
- X Double
- The X value.
- Parameters Double
- Array of double that will contain the function parameters to be used.
Return Value
DoubleThe calculated Y value.
See Also