__declspec(property(get = GetOrder, put = SetOrder)) int Order;
Returns the order of the piece-wise interpolation.
Read:
int GetOrder();Write:
void SetOrder(const int value);Remarks:
The order of the polynomial is equal to the number of Coefficients columns -1 and is smaller by one then the value of this property. For linear interpolation the order is 2. For cubic interpolation, the order is 4.
Declared in Dew::Math::TPiecePoly · Dew.Math/Polynoms.h · Cross-compiler