Click or drag to resize

ShiftCurveT Class

The data for one curve to be shifted consist of an array of X and Y.
Inheritance Hierarchy
SystemObject
  Altaxo.Science.Thermorheology.MasterCurvesShiftCurveT

Namespace: Altaxo.Science.Thermorheology.MasterCurves
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class ShiftCurve<T> : IEquatable<ShiftCurve<T>>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Altaxo.Science.Thermorheology.MasterCurves.ShiftCurve`1"]

The ShiftCurveT type exposes the following members.

Constructors
 NameDescription
Public methodShiftCurveT Initializes a new instance of the ShiftCurveT class.
Top
Properties
 NameDescription
Public propertyCount Gets the number of points of this curve.
Public propertyX Gets the x-values of the curve to be shifted.
Public propertyY Gets the y-values of the curve to be shifted.
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