Namespace: DotNumerics.ODE.DVodeAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Run(
double T,
int K,
double[] YH,
int offset_yh,
int LDYH,
ref double[] DKY,
int offset_dky,
ref int IFLAG
)
Public Sub Run (
T As Double,
K As Integer,
YH As Double(),
offset_yh As Integer,
LDYH As Integer,
ByRef DKY As Double(),
offset_dky As Integer,
ByRef IFLAG As Integer
)
Request Example
View SourceParameters
- T Double
-
- K Int32
-
- YH Double
-
- offset_yh Int32
-
- LDYH Int32
-
- DKY Double
-
- offset_dky Int32
-
- IFLAG Int32
-
is returned negative if either K or T is out of bounds.
See Also