Class
TPiecePoly
Declaration
Property ValuesSorted: boolean read FValuesSorted write SetValuesSorted;
Description
If X Values defining the interpolation points are sorted, but the Breaks are not equidistant (BreaksEquidistant is false), the Evalute routine will use a consecutive linear search algorithm to find the right breaks interval. The linear search for each X-Value will continue from the point where it left off for the previous one. If X Values are not sorted, the ValuesSorted must be set to false. A bisection search algorithm will be employed in that case.
| Copyright 2008 Dew Research |
http://www.dewresearch.com