ImpedanceSpectrum_FittedParameterValues Method |
Converts the fitparameter list into an array of the parameter values
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public double[] ParameterValues()
Public Function ParameterValues As Double()
Dim instance As ImpedanceSpectrum_Fitted
Dim returnValue As Double()
returnValue = instance.ParameterValues()
Return Value
DoubleAn error of double that contains the values of the parameters
See Also