MatrixInt::Last Property

__declspec(property(get = GetLast)) int Last;

Last element in object Values array.

Returns: the last integer element in calling object Values array.

Read: int GetLast() const;
See Also: MatrixInt::First
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler