TMtx::SubDiag Property

__declspec(property(get = GetSubDiag, put = SetSubDiag)) int SubDiag;

Sets/reads the number of subdiagonals in banded matrices.

Read: int GetSubDiag();
Write: void SetSubDiag(const int Value);
See Also: TMtx::SuperDiag, TMtxType
Declared in Dew::Math::TMtx · Dew.Math/MtxVec.h · Cross-compiler