Vector::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() const;
Remarks:

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

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