RelaxISFitResultR2 Property |
The R²-value achieved by the fit.
Namespace: RelaxIS_SDK.RelaxISWCFLinkAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public double R2 { get; set; }
Public Property R2 As Double
Get
Set
Dim instance As RelaxISFitResult
Dim value As Double
value = instance.R2
instance.R2 = value
Property Value
DoubleSee Also