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