__declspec(property(get = GetLeadingCols, put = SetLeadingCols)) int LeadingCols;
Defines the number of leading columns.
Read:
int GetLeadingCols();Write:
void SetLeadingCols(const int value);Remarks:
This value defines the spacing in number of samples between rows. It is fixed to be the same to the value of TMtxByte::Cols (for now).
Declared in Dew::Math::TMtxInt · Dew.Math/MtxVecInt.h · Cross-compiler