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

Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler