__declspec(property(get = GetLength)) int Length;
Defines the length of matrix in number of samples.
Read:
int GetLength() const;Remarks:
The length of matrix equals: rows*cols.
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler