2.5.4.3 NLSFCURRINFO
Name
NLSFCURRINFO
Description
Declaration
typedef struct tagNLSFCURRINFO
{
BOOL bNewParamValues;
int nCurrSet;
int nCurrDataIndex;
} NLSFCURRINFO, *PNLSFCURRINFO;
Members
- bNewParamValues
- the same flag is the one returned from NLFitContext::IsNewParamValues()
- nCurrSet
- the current dataset set being fitted
- nCurrDataIndex
- the index of the current datapoint being evaluated
Remark
Examples
Header to Include
origin.h
See Also
Reference