You are here: Symbol Reference > MtxIntDiff Namespace > Structs, Records, Enums > MtxIntDiff.TIntStopReason Enumeration
MtxVec VCL
ContentsIndex
PreviousUpNext
MtxIntDiff.TIntStopReason Enumeration

Defines numerical integration algorithm exit reason.

Pascal
TIntStopReason = ( intConverged, intNotConverged );
Members 
Description 
intConverged 
The result converged within given tolerance. 
intNotConverged 
The result did not converge within given tolerance. 
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!