Click or drag to resize

Brentfuncdelegate Delegate


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

Parameters

x  Double
 
otherargs  Object
 

Return Value

Double
See Also