__declspec(property(get = GetBlockEnd)) bool BlockEnd;
Returns true, if the currrent subrange of the Matrix was also the last subrange in the Matrix.
Read:
bool GetBlockEnd() const;Remarks:
Returns true, if the currrent subrange of the Matrix was also the last subrange in the Matrix. This property be used together with Matrix::BlockNext and .
See Also: Matrix::BlockInit, Matrix::BlockNext
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler