Brentfunc Method
Definition
Namespace: DWSIM.MathOps.MathEx.BrentOpt
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
C#
public double func(
double x,
Object otherargs
)VB
Public Function func (
x As Double,
otherargs As Object
) As Double