Namespace: DWSIM.MathOps.MathEx.BrentOptAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax public double BrentOpt(
double minval,
double maxval,
int n,
double tol,
int itmax,
Object otherargs
)
Public Function BrentOpt (
minval As Double,
maxval As Double,
n As Integer,
tol As Double,
itmax As Integer,
otherargs As Object
) As Double
Request Example
View SourceParameters
- minval Double
-
- maxval Double
-
- n Int32
-
- tol Double
-
- itmax Int32
-
- otherargs Object
-
Return Value
DoubleSee Also