Brentfunc Method

Definition

Namespace: DWSIM.MathOps.MathEx.BrentOpt
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
public double func(
	double x,
	Object otherargs
)

Parameters

x  Double
 
otherargs  Object
 

Return Value

Double

See Also