| NonlinearProgrammingProblemNumVariables Property |
Number of variables for the problem.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public 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
Int32See Also