Visible to Intel only — GUID: GUID-952DCD46-75EA-47B3-A719-C946C796FBDD
Visible to Intel only — GUID: GUID-952DCD46-75EA-47B3-A719-C946C796FBDD
dfiqueryval
Reads a parameter value in a Data Fitting task descriptor.
Syntax
status = dfiqueryval(task, val_attr, val)
Include Files
- mkl_df.f90
Input Parameters
Name |
Type |
Description |
---|---|---|
task |
TYPE(DF_TASK) |
Descriptor of the task. |
val_attr |
INTEGER |
The parameter to query. The query function supports the parameter attributes described in "Parameters Supported by the dfieditval Task Editor". |
Output Parameters
Name |
Type |
Description |
---|---|---|
val |
INTEGER |
The parameter value returned by the query function. See table "Parameters Supported by the dfieditval Task Editor". |
status |
INTEGER |
Status of the routine:
|
Description
The dfiqueryval routine returns a parameter of type val_attr stored in a Data Fitting task descriptor as parameter val. The query function supports the parameter attributes described in "Parameters Supported by the dfieditval Task Editor".