Click or drag to resize

MasterCurveGroupOptionsWithComplexInterpolation Class

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

Inheritance Hierarchy
SystemObject
  Altaxo.Science.Thermorheology.MasterCurvesMasterCurveGroupOptions
    Altaxo.Science.Thermorheology.MasterCurvesMasterCurveGroupOptionsWithComplexInterpolation

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

The MasterCurveGroupOptionsWithComplexInterpolation type exposes the following members.

Constructors
 NameDescription
Public methodMasterCurveGroupOptionsWithComplexInterpolation Initializes a new instance of the MasterCurveGroupOptionsWithComplexInterpolation class.
Top
Properties
 NameDescription
Public propertyFittingWeight
(Inherited from MasterCurveGroupOptions)
Public propertyFittingWeightIm Gets the fitting weight for the imaginary part.
Public propertyInterpolationFunction Gets the complex interpolation function.
Public propertyLogarithmizeXForInterpolationLogarithmize x values before adding to the interpolation curve. (Only for interpolation).
(Inherited from MasterCurveGroupOptions)
Public propertyLogarithmizeYForInterpolationLogarithmize y values before adding to the interpolation curve. (Only for interpolation).
(Inherited from MasterCurveGroupOptions)
Public propertyXShiftBy Determines how to shift the x values: either by factor or by offset. Use offset if the original data are already logarithmized.
(Inherited from MasterCurveGroupOptions)
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