MatrixInt::BlockEnd Property

__declspec(property(get = GetBlockEnd)) bool BlockEnd;

Returns true, if the currrent subrange of the vector was also the last subrange in the MatrixInt.

Read: bool GetBlockEnd() const;
Remarks:

Returns true, if the currrent subrange of the vector was also the last subrange in the MatrixInt. This property be used together with and .

See Also: MatrixInt::BlockInit, MatrixInt::BlockNext
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler