UnconstrainedNonlinearModel.KeyCount Property

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

Returns the number of keys, inclusive of rows and variables.

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

Syntax

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

Property Value

Type: System.Int32

Implements

IRowVariableModel.KeyCount

.NET Framework Security

See Also

Reference

UnconstrainedNonlinearModel Class

Microsoft.SolverFoundation.Solvers Namespace