Click or drag to resize

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.MasterCurves
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool IsCurveSuitableForParticipatingInFit(
	int idxCurve
)

Parameters

idxCurve  Int32
The curve index.

Return Value

Boolean
true if the curve is suitable for participating in the fit; otherwise, false.
See Also