Click or drag to resize

CONTD5Run Method


Namespace: DotNumerics.ODE.Dopri5
Assembly: 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
)
Request Example View Source

Parameters

II  Int32
 
X  Double
 
CON  Double
 
offset_con  Int32
 
ICOMP  Int32
 
offset_icomp  Int32
 
ND  Int32
 

Return Value

Double
See Also