RelaxISFitResultParameterErrors Property |
Note: This API is now obsolete.
The resulting parameter errors calculated from the covariance matrix after the fit.
Namespace: RelaxIS_SDK.RelaxISWCFLinkAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.25.6
Syntax[ObsoleteAttribute("Use Parameters property instead")]
[BrowsableAttribute(false)]
[XmlIgnoreAttribute]
public IReadOnlyList<double> ParameterErrors { get; }<ObsoleteAttribute("Use Parameters property instead")>
<BrowsableAttribute(false)>
<XmlIgnoreAttribute>
Public ReadOnly Property ParameterErrors As IReadOnlyList(Of Double)
Get
Dim instance As RelaxISFitResult
Dim value As IReadOnlyList(Of Double)
value = instance.ParameterErrorsProperty Value
IReadOnlyListDouble
See Also