MasterCurveGroupOptionsChoice Enumeration |
Choices for the interpolation function used for master curve interpolation.
Namespace: Altaxo.Science.Thermorheology.MasterCurvesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public enum MasterCurveGroupOptionsChoice
Members Member name | Value | Description |
---|
SameForAllGroups | 0 | Use the same interpolation function for all curve groups. |
SeparateForEachGroup | 1 | For each curve group, use a separate interpolation function. |
ForComplex | 2 | When there are exactly two groups, use a complex interpolation function. |
See Also