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