CompactQuasiNewtonModel.VariableCount Property

Gets a value that indicates the number of variables in a model.

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

Syntax

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

Property Value

Type: System.Int32
The variable count.

Implements

IRowVariableModel.VariableCount

.NET Framework Security

See Also

Reference

CompactQuasiNewtonModel Class

Microsoft.SolverFoundation.Solvers Namespace