TPiecePoly::Coefficients Property

__declspec(property(get = GetCoefficients, put = SefCoefficients)) TMtx*Coefficients;

Stores the coefficients of the piece-wise polynomial.

Read: TMtx *GetCoefficients();
Write: void SefCoefficients(TMtx *Value);
Remarks:

Stores the coefficients of the piece-wise polynomial. Each section is stored in its own row. When setting the Coefficients Rows and Cols properties, the number of rows must be equal to the number of sections - pieces. The number of columns must be equal to the TPiecePoly::Order property.

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