TMtxVecSample::BlockEnd Property

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

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

Read: bool GetBlockEnd();
Remarks:

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

See Also: TMtxVecSample::BlockInit, TMtxVecSample::BlockNext
Declared in Dew::Math::TMtxVecBase · Dew.Math/MtxVecBase.h · Cross-compiler