TMtx::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 TMtx::BlockNext and TMtx::BlockInit.

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