Click or drag to resize

RelaxISPlugin_MultifitModelGetIndividualParameterIndex Method

Calculates the index of the i's individual parameter in the full parameter list

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
protected int GetIndividualParameterIndex(
	int nShared,
	int nIndividual,
	int iIndividual,
	int iSpectrum
)

Parameters

nShared  Int32
The overall number of shared parameters
nIndividual  Int32
The overall number of individual parameters
iIndividual  Int32
The index of the individual parameter you want to find in the list
iSpectrum  Int32
The index of the spectrum you want to find the parameter index for

Return Value

Int32
The index of the respective parameter in the overall list.
See Also