TMtx::LeadingCols Property

__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 TMtx::Cols (for now).

Declared in Dew::Math::TMtx · Dew.Math/MtxVec.h · Cross-compiler