IShiftGroupGetCurveIndexWithMostVariation 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.MasterCurvesAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax int? GetCurveIndexWithMostVariation()
Return Value
NullableInt32The index of the curve with most variation. If no suitable curve was found, then the return value is null.
See Also