Click or drag to resize

MasterCurveTableOutputOptions Class

Contains the option for data output into the table containing the master curve.
Inheritance Hierarchy
SystemObject
  Altaxo.Science.Thermorheology.MasterCurvesMasterCurveTableOutputOptions

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

The MasterCurveTableOutputOptions type exposes the following members.

Constructors
 NameDescription
Public methodMasterCurveTableOutputOptionsInitializes a new instance of the MasterCurveTableOutputOptions class
Top
Properties
 NameDescription
Public propertyOutputActivationEnergies Gets a value indicating whether activation energies should be calculated.
Public propertyOutputInterpolatedCurve If true, the interpolated curve is put into the table.
Public propertyOutputMergedShiftedCurve If true, the data from all shifted curves are merged, then sorted by x-values, and put into the table.
Public propertyOutputOriginalCurves If true, the original curves that were used for creating the master curve are put into the table.
Public propertyOutputShiftedCurves If true, the curves with the shifted x-axis are put into the table.
Public propertySortShiftGroupValuesBy Indicates whether and how to sort the values in the shift column group.
Public propertyXValuesForActivationEnergiesAreRates Gets a value indicating whether the x-values for shifting are times or rates (i.e., inverse times). This value is used for the expected slope of the shift values versus inverse temperature.
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