CONTD 5Run Method
Definition
Namespace: DotNumerics.ODE.Dopri5
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public double Run(
int II,
double X,
double[] CON,
int offset_con,
int[] ICOMP,
int offset_icomp,
int ND
)VB
Public Function Run (
II As Integer,
X As Double,
CON As Double(),
offset_con As Integer,
ICOMP As Integer(),
offset_icomp As Integer,
ND As Integer
) As Double