RelaxISPlugin_ResultEvaluatorPreTransformYError Method |
The pre-transformation is applied to the y-error-data coming from the result preview plot. This should be the correct error-propagation formula for the
PreTransformYValue(Double) transformation you apply
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public virtual double PreTransformYError(
double YInput,
double YError
)
Public Overridable Function PreTransformYError (
YInput As Double,
YError As Double
) As Double
Dim instance As RelaxISPlugin_ResultEvaluator
Dim YInput As Double
Dim YError As Double
Dim returnValue As Double
returnValue = instance.PreTransformYError(YInput,
YError)
Parameters
- YInput Double
- The Y-Value associated with the error
- YError Double
- The error value to transform
Return Value
DoubleThe transformed error value, e.g. the error with the correct error propagation applied
See Also