ShiftGroupCollectionClampPivotIndexCandidateToAvailablePivots Method | 
            Uses the pivot index candidate and looks for the next possible pivot index around this candidate index.
            
Namespace: Altaxo.Science.Thermorheology.MasterCurvesAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic int ClampPivotIndexCandidateToAvailablePivots(
	int? pivotIndexCandidate
)
Parameters
- pivotIndexCandidate  NullableInt32
 - The pivot index candidate.
 
Return Value
Int32A valid pivot index.
Exceptions| Exception | Condition | 
|---|
| InvalidProgramException | By now, we should have found a pivot index. If not, the {_isCurveSuitableForPivot} does not contain elements of value true, which should be catched in the constructor. | 
See Also