 | BoundedVariableProblemNumVariables Property |
Gets the number of variables in the problem.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
Syntaxpublic abstract int NumVariables { get; }
Public MustOverride ReadOnly Property NumVariables As Integer
Get
public:
virtual property int NumVariables {
int get () abstract;
}
abstract NumVariables : int with get
Property Value
Type:
Int32
See Also