  | RegressionBaseNumberOfParameters Property | 
            Gets the number of parameters in the model.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic int NumberOfParameters { get; }Public ReadOnly Property NumberOfParameters As Integer
	Get
public:
property int NumberOfParameters {
	int get ();
}member NumberOfParameters : int with get
Property Value
Int32
See Also