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