Master |
public class MasterCurveTableOutputOptions : IImmutable, IEquatable<MasterCurveTableOutputOptions>
The MasterCurveTableOutputOptions type exposes the following members.
Name | Description | |
---|---|---|
MasterCurveTableOutputOptions | Initializes a new instance of the MasterCurveTableOutputOptions class |
Name | Description | |
---|---|---|
OutputActivationEnergies | Gets a value indicating whether activation energies should be calculated. | |
OutputInterpolatedCurve | If true, the interpolated curve is put into the table. | |
OutputMergedShiftedCurve | If true, the data from all shifted curves are merged, then sorted by x-values, and put into the table. | |
OutputOriginalCurves | If true, the original curves that were used for creating the master curve are put into the table. | |
OutputShiftedCurves | If true, the curves with the shifted x-axis are put into the table. | |
SortShiftGroupValuesBy | Indicates whether and how to sort the values in the shift column group. | |
XValuesForActivationEnergiesAreRates | 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. |
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |