Form Data Regressioneval_ g Method
Definition
Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public bool eval_g(
int n,
double[] x,
bool new_x,
int m,
ref double[] g
)VB
Public Function eval_g (
n As Integer,
x As Double(),
new_x As Boolean,
m As Integer,
ByRef g As Double()
) As Boolean