IShiftGroupIsCurveSuitableForParticipatingInFit Method |
Determines whether the curve is suitable for participating in the fit. For instance, the curve must have at least two points.
Namespace: Altaxo.Science.Thermorheology.MasterCurvesAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax bool IsCurveSuitableForParticipatingInFit(
int idxCurve
)
Parameters
- idxCurve Int32
- The curve index.
Return Value
Booleantrue if the curve is suitable for participating in the fit; otherwise,
false.
See Also