Click or drag to resize

BrentMinimizefuncdelegate 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
)
Request Example View Source

Parameters

x  Double
 

Return Value

Double
See Also