TPiecePoly::Breaks Property

__declspec(property(get = GetBreaks, put = SetBreaks)) TVec*Breaks;

Stores the piece-wise polynomial breaks.

Read: TVec *GetBreaks();
Write: void SetBreaks(TVec *Value);
Remarks:

Stores the piece-wise polynomial breaks. Property determines the intervals for piece-wise polynomial. It can not be complex.

Declared in Dew::Math::TPiecePoly · Dew.Math/Polynoms.h · Cross-compiler