Click or drag to resize

MasterCurveCreationOptionsWith Method

Creates a copy of these options that incorporates the specified improvement options.

Namespace: Altaxo.Science.Thermorheology.MasterCurves
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public MasterCurveCreationOptions With(
	MasterCurveImprovementOptions improvementOptions
)

Parameters

improvementOptions  MasterCurveImprovementOptions
The improvement options to merge into the creation options.

Return Value

MasterCurveCreationOptions
A new set of master curve creation options.
See Also