You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Structs, Records, Enums > Dew.Math.TIntStopReason Enumeration
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Dew.Math.TIntStopReason Enumeration

Defines numerical integration algorithm exit reason.

Syntax
C#
Visual Basic
public enum TIntStopReason : uint { intConverged, intNotConverged }

MtxIntDiff.cs

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