MatrixInt::First Property

__declspec(property(get = GetFirst)) int First;

First element in object Values array.

Returns: first integer element in object Values array.

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