FZ Customize Control Library Document |
|
CalculationList.AddCalculateData Method
Registers expression data.
public void AddCalculateData(
string Comment,
string Calcuration,
double result,
double UpperLimit,
double LowerLimit
);
Parameters
-
Comment
- Comments for the expression
-
Calcuration
- An expression string
-
result
- Calculation result (For reference display of the judgment condition setting)
-
UpperLimit
- Upper limit of the judgement condition
-
LowerLimit
- Lower limit of the judgement condition
Remarks
Appends and registers data specified in the argument for the expression data. After registration, the number of expression data is incremented by 1.
See Also
CalculationList Class | FZ_CustomControl Namespace