Click or drag to resize

ShiftGroupComplexCommonXGetCurveIndexWithMostVariation Method

Gets the index of the curve in the given group with the most variation. The variation is determined by calculating the absolute slope, with applying the logarithmic transformations according to the interpolation settings in that group.

Namespace: Altaxo.Science.Thermorheology.MasterCurves
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int? GetCurveIndexWithMostVariation()

Return Value

NullableInt32
The index of the curve with most variation. If no suitable curve was found, then the return value is null.

Implements

IShiftGroupGetCurveIndexWithMostVariation
See Also