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

Defines integration algorithm.

Syntax
C#
Visual Basic
public enum TIntegrateAlgo : uint { intAlgoTrapez, intAlgoSimpson, intAlgoSimpson38, intAlgoGauss, ntAlgoRomberg, intAlgoMonteCarlo }

MtxIntDiff.cs

Members 
Description 
intAlgoTrapez 
Traapez rule method. 
intAlgoSimpson 
Simpson algorithm. 
intAlgoSimpson38 
Boole integration method. 
intAlgoGauss 
Gauss integration algorithm. 
ntAlgoRomberg 
Romberg method. 
intAlgoMonteCarlo 
Monte-Carlo method. 
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!