__declspec(property(get = GetBreaksEquidistant, put = SetBreaksEquidistant)) bool BreaksEquidistant;
If True all breaks will be assumed to be spaced at equal intervals.
Read:
bool GetBreaksEquidistant();Write:
void SetBreaksEquidistant(const bool Value);Remarks:
If True all breaks will be assumed to be spaced at equal intervals. This allows the routine to compute the interval within which the interpolation point falls. If the breaks are not equidistant the interval defined by two breaks Low_Break < X_Value < High_Break, must be searched for.
See Also: TPiecePoly::BreaksStep, TPiecePoly::BreaksOffset, TPiecePoly::ValuesSorted, TPiecePoly::Evaluate
Declared in Dew::Math::TPiecePoly · Dew.Math/Polynoms.h · Cross-compiler