CompactQuasiNewtonSolver.NumberOfVariables Property

Gets the number of variables.

Namespace:  Microsoft.SolverFoundation.Solvers
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property NumberOfVariables As Integer
    Get
public virtual int NumberOfVariables { get; }
public:
virtual property int NumberOfVariables {
    int get ();
}
abstract NumberOfVariables : int
override NumberOfVariables : int
function get NumberOfVariables () : int

Property Value

Type: System.Int32
The number of variables.

.NET Framework Security

See Also

Reference

CompactQuasiNewtonSolver Class

CompactQuasiNewtonSolver Members

Microsoft.SolverFoundation.Solvers Namespace