Click or drag to resize

MasterCurveCreationCreateMasterCurve Method

Creates the master curve for the specified options and stores the resulting shifts and interpolations in the options instance.

Namespace: Altaxo.Data.Obsolete
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void CreateMasterCurve(
	MasterCurveCreationOptions options
)

Parameters

options  MasterCurveCreationOptions
The options that define the source columns, fitting behavior, and result storage.
See Also