Click or drag to resize

MasterCurveCreationInterpolationInformation Structure

Stores information about an interpolation curve that interpolates the resulting shift curve for one group of columns, e.g. for the real part of measured values.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Altaxo.Data.ObsoleteMasterCurveCreationInterpolationInformation

Namespace: Altaxo.Data.Obsolete
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public struct InterpolationInformation

The MasterCurveCreationInterpolationInformation type exposes the following members.

Properties
 NameDescription
Public propertyInterpolationCurrent interpolation curve.
Public propertyInterpolationMaximumXMaximum x value of the points used for interpolation.
Public propertyInterpolationMinimumXMinimum x value of the points used for interpolation.
Public propertyXValuesList of all x values of the points that are used for the interpolation.
Public propertyYValuesList of all y values of the points that are used for the interpolation.
Top
Methods
 NameDescription
Public methodAddXYColumnToInterpolation Adds values to the interpolation.
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInitialize Initialized the instance.
Public methodInitialize(FuncIInterpolationFunction) Initialized the instance.
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
See Also