Matrix::LeadingCols Property

__declspec(property(get = GetLeadingCols, put = SetLeadingCols)) int LeadingCols;

Defines the number of leading columns.

Read: int GetLeadingCols() const;
Write: void SetLeadingCols(const int value) const;
Remarks:

This value defines the spacing in number of samples between rows. It is fixed to be the same to the value of Matrix::Cols (for now).

Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler