  | ConstrainedLeastSquaresProblemNumVariables Property | 
            Gets the number of independent variables for the problem.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic override int NumVariables { get; }Public Overrides ReadOnly Property NumVariables As Integer
	Get
public:
virtual property int NumVariables {
	int get () override;
}abstract NumVariables : int with get
override NumVariables : int with get
Property Value
Int32
See Also