UF_MODL_law_equation_s (查看源代码)
 
定义在: uf_modl_types.h
 
也被称为:
 
概述
method_type == UF_MODL_LAW_EQUATION. The law evaluates to the result of
solving the equation, while varying the variable specified from 0 to 1.


Data Members

parm [ MAX_LINE_SIZE+1 ]
char
A character string containing the
dependent variable of the equation
which varies from 0 to 1 during
evaluation of the law.

function [ MAX_LINE_SIZE+1 ]
char
A character string containing
the equation that should be solved
to determine the value of the law.
Note that this equation must have
the variable defined in "parm"
in it.