Click or drag to resize

Brentfunc Method


Namespace: DWSIM.MathOps.MathEx.BrentOpt
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
public double func(
	double x,
	Object otherargs
)
Request Example View Source

Parameters

x  Double
 
otherargs  Object
 

Return Value

Double
See Also