Brentfuncdelegate Delegate |
Namespace: DWSIM.MathOps.MathEx.BrentOptAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax public delegate double funcdelegate(
double x,
Object otherargs
)
Public Delegate Function funcdelegate (
x As Double,
otherargs As Object
) As Double
Request Example
View SourceParameters
- x Double
-
- otherargs Object
-
Return Value
DoubleSee Also