TMtx::Firstc Property

__declspec(property(get = GetFirstc, put = SetFirstc)) TCplx Firstc;

First element in object CValues array.

Returns: first complex element in object CValues array.

Read: TCplx GetFirstc();
Write: void SetFirstc(const TCplx &value);
Remarks:

An exception is raised if calling object TMtx::Complex property is false.

See Also: TMtx::Lastc, TMtx::First
Declared in Dew::Math::TMtxVec · Dew.Math/AbstractMtxVec.h · Cross-compiler