  | GlobalCurveFitterParameterInfo Property | 
            Gets the list of parameter information objects.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic IList<GlobalFitParameterInfo> ParameterInfo { get; }Public ReadOnly Property ParameterInfo As IList(Of GlobalFitParameterInfo)
	Get
public:
property IList<GlobalFitParameterInfo^>^ ParameterInfo {
	IList<GlobalFitParameterInfo^>^ get ();
}member ParameterInfo : IList<GlobalFitParameterInfo> with get
Property Value
IListGlobalFitParameterInfo
See Also