WizardFitResultsParameterErrors Property |
The parameter errors associated to each fit parameter as obtained by the fit.
Namespace: RelaxIS_SDK.WizardAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public List<double> ParameterErrors { get; set; }
Public Property ParameterErrors As List(Of Double)
Get
Set
Dim instance As WizardFitResults
Dim value As List(Of Double)
value = instance.ParameterErrors
instance.ParameterErrors = value
Property Value
ListDoubleSee Also