Click or drag to resize

RelaxISPlugin_ResultEvaluatorIsDescriptiveStatistic Property

If set to true, the evaluator will not be used for fitting. You should override GetDescriptiveStatistics(Double, Double) if you set this to true

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public virtual bool IsDescriptiveStatistic { get; }

Return Value

Boolean
True, if GetDescriptiveStatistics(Double, Double) should be used, False if the evaluator should be used for fitting
See Also