__declspec(property(get = GetLast)) double Last;
Last element in object Values array.
Read:
double GetLast() const;See Also: Matrix::First, Matrix::Lastc
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler