RelaxISPlugin_ResultEvaluatorIsDescriptiveStatistic Property |
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public virtual bool IsDescriptiveStatistic { get; }
Public Overridable ReadOnly Property IsDescriptiveStatistic As Boolean
Get
Dim instance As RelaxISPlugin_ResultEvaluator
Dim value As Boolean
value = instance.IsDescriptiveStatistic
Return Value
BooleanTrue, if
GetDescriptiveStatistics(Double, Double) should be used, False if the evaluator should be used for fitting
See Also