MasterCurveCreationOptionsWith Method |
Creates a copy of these options that incorporates the specified improvement options.
Namespace: Altaxo.Science.Thermorheology.MasterCurvesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic MasterCurveCreationOptions With(
MasterCurveImprovementOptions improvementOptions
)
Parameters
- improvementOptions MasterCurveImprovementOptions
- The improvement options to merge into the creation options.
Return Value
MasterCurveCreationOptionsA new set of master curve creation options.
See Also