Click or drag to resize

ShiftGroupComplexCommonXIsCurveSuitableForParticipatingInFit 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#
public 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.

Implements

IShiftGroupIsCurveSuitableForParticipatingInFit(Int32)
See Also