Click or drag to resize

MasterCurveGroupOptions Class

[Missing <summary> documentation for "T:Altaxo.Science.Thermorheology.MasterCurves.MasterCurveGroupOptions"]

Inheritance Hierarchy

Namespace: Altaxo.Science.Thermorheology.MasterCurves
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract class MasterCurveGroupOptions : IImmutable, 
	IEquatable<MasterCurveGroupOptions>

The MasterCurveGroupOptions type exposes the following members.

Constructors
 NameDescription
Protected methodMasterCurveGroupOptionsInitializes a new instance of the MasterCurveGroupOptions class
Top
Properties
 NameDescription
Public propertyFittingWeight 
Public propertyLogarithmizeXForInterpolationLogarithmize x values before adding to the interpolation curve. (Only for interpolation).
Public propertyLogarithmizeYForInterpolationLogarithmize y values before adding to the interpolation curve. (Only for interpolation).
Public propertyXShiftBy Determines how to shift the x values: either by factor or by offset. Use offset if the original data are already logarithmized.
Top
Methods
 NameDescription
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Top
See Also