TMtx::Lastc Property

__declspec(property(get = GetLastc, put = SetLastc)) TCplx Lastc;

Last complex element in object CValues array.

Returns: last complex element in object CValues array.

Read: TCplx GetLastc();
Write: void SetLastc(const TCplx &value);
See Also: TMtx::Firstc, TMtx::Last
Declared in Dew::Math::TMtxVec · Dew.Math/AbstractMtxVec.h · Cross-compiler