Click or drag to resize

bulirschstoerfdelegate Delegate


Namespace: DWSIM.MathOps.MathEx.ODESolver
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
public delegate void fdelegate(
	double[] y,
	ref double[] dy
)
Request Example

Parameters

y  Double
 
dy  Double
 
See Also