 | GlobalCurveFitterNonSharedParameterIndices Property |
Gets the indices of all the non-shared parameters in the fitting function.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic IList<int> NonSharedParameterIndices { get; }
Public ReadOnly Property NonSharedParameterIndices As IList(Of Integer)
Get
public:
property IList<int>^ NonSharedParameterIndices {
IList<int>^ get ();
}
member NonSharedParameterIndices : IList<int> with get
Property Value
IListInt32
See Also