You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > VectorInt Structure > VectorInt Methods > VectorInt.BlockFinish Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
VectorInt.BlockFinish Method

Deinitializes block processing before the final block is processed.

Syntax
C#
Visual Basic
public void BlockFinish();

Call this routine before breaking out of a while-loop prematurely. 

 

Vec.BlockInit While not Vec.BlockEnd do Begin If Vec.Min < 0 then //check some condition, if you need to exit begin Vec.BlockFinish; //finish the loop Break; //and break out end; Vec.BlockNext; end
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!