VectorInt::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: VectorInt::First
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler