Namespace: DotNumerics.ODE.Dopri5Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public double Run(
int II,
double X,
double[] CON,
int offset_con,
int[] ICOMP,
int offset_icomp,
int ND
)
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
Request Example
View SourceParameters
- II Int32
-
- X Double
-
- CON Double
-
- offset_con Int32
-
- ICOMP Int32
-
- offset_icomp Int32
-
- ND Int32
-
Return Value
DoubleSee Also