Click or drag to resize

InterpolationInformationComplexSeparateX Properties

The InterpolationInformationComplexSeparateX type exposes the following members.

Properties
 NameDescription
Public propertyIndexOfCurveList of the index of the curve to which each point belongs.
(Inherited from InterpolationInformationBaseT)
Public propertyIndexOfCurveImaginaryList of the index of the imaginary curve to which each point belongs.
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 propertyValuesImaginaryToInterpolate 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.
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 propertyXValuesImaginaryList of all x values of the imaginary points that are used for the interpolation.
Public propertyYValuesList of all y values of the points that are used for the interpolation.
(Inherited from InterpolationInformationBaseT)
Public propertyYValuesImaginaryList of all y values of the imaginary points that are used for the interpolation.
Top
See Also