RelaxISFitResultESS Property |
The end sum of squares of the fit.
Namespace: RelaxIS_SDK.RelaxISWCFLinkAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public double ESS { get; set; }
Public Property ESS As Double
Get
Set
Dim instance As RelaxISFitResult
Dim value As Double
value = instance.ESS
instance.ESS = value
Property Value
DoubleSee Also