TSparseMtx::Last Property

__declspec(property(get = GetLast, put = SetLast)) double Last;

Last element in object Values array.

Returns: the last real element in object Values array.

Read: double GetLast();
Write: void SetLast(const double value);
See Also: TSparseMtx::First, TSparseMtx::Lastc
Declared in Dew::Math::TMtxVec · Dew.Math/AbstractMtxVec.h · Cross-compiler