Returns the value of the matrix element row and col from the invoking LP matrix.

Namespace: ILOG.Concert
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
double GetNZ(
	int row,
	int column
)
Visual Basic
Function GetNZ ( _
	row As Integer, _
	column As Integer _
) As Double

Parameters

row
Type: System..::..Int32
The row index of the matrix element to query.
column
Type: System..::..Int32
The column index of the matrix element to query.

Return Value

The value of the matrix element.

See Also