UnconstrainedNonlinearModel.VariableCount Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the number of variables in the model.

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

Syntax

'Declaration
Public ReadOnly Property VariableCount As Integer
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

Implements

IRowVariableModel.VariableCount

.NET Framework Security

See Also

Reference

UnconstrainedNonlinearModel Class

Microsoft.SolverFoundation.Solvers Namespace