Namespace: DWSIM.MathOps.MathEx.ODESolverAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax public void f(
double[] y,
ref double[] dy
)
Public Sub f (
y As Double(),
ByRef dy As Double()
)
Request Example
View SourceParameters
- y Double
-
- dy Double
-
See Also