TMtx::SuperDiag Property

__declspec(property(get = GetSuperDiag, put = SetSuperDiag)) int SuperDiag;

Sets/reads the number of superdiagonals in banded matrices.

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