Click or drag to resize

BrentBrentOpt Method


Namespace: DWSIM.MathOps.MathEx.BrentOpt
Assembly: 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
)
Request Example View Source

Parameters

minval  Double
 
maxval  Double
 
n  Int32
 
tol  Double
 
itmax  Int32
 
otherargs  Object
 

Return Value

Double
See Also