Click or drag to resize

InterpolationInformationDouble Properties

The InterpolationInformationDouble type exposes the following members.

Properties
 NameDescription
Public propertyIndexOfCurveList of the index of the curve to which each point belongs.
(Inherited from InterpolationInformationBaseT)
Public propertyInterpolationFunction Gets the current interpolation function. The argument of the function is the x-value. The result is the interpolated y-value.
Public propertyInterpolationMaximumXMaximum x value of the points used for interpolation.
(Inherited from InterpolationInformationBaseT)
Public propertyInterpolationMinimumXMinimum x value of the points used for interpolation.
(Inherited from InterpolationInformationBaseT)
Protected propertyValuesToInterpolate List of all points used for the interpolation, sorted by the x values. Keys are the x-Values, values are the y-values, and the index of the curve the y-value belongs to.
(Inherited from InterpolationInformationBaseT)
Public propertyXValuesList of all x values of the points that are used for the interpolation.
(Inherited from InterpolationInformationBaseT)
Public propertyYValuesList of all y values of the points that are used for the interpolation.
(Inherited from InterpolationInformationBaseT)
Top
See Also