__declspec(property(get = GetBreaksOffset, put = SetBreaksOffset)) double BreaksOffset;
Defines the offset from zero of the first break.
Read:
double GetBreaksOffset();Write:
void SetBreaksOffset(const double Value);Remarks:
Defines the offset from zero of the first break. This offest must be specified, if TPiecePoly::BreaksEquidistant is True.
See Also: TPiecePoly::ValuesSorted, TPiecePoly::Evaluate
Declared in Dew::Math::TPiecePoly · Dew.Math/Polynoms.h · Cross-compiler