GeneralMatrix.GetElement Method

DotNetMatrix

An NDoc Documented Class Library

GeneralMatrix.GetElement Method 

Get a single element.

[Visual Basic]Overridable Public Function GetElement( _
   ByVal i As Integer, _
   ByVal j As Integer _
) As Double
[C#]
public virtual double GetElement(
   int i,
   int j
);

Parameters

i
Row index.
j
Column index.

Return Value

A(i,j)

Exceptions

Exception Type Condition
IndexOutOfRangeException

See Also

GeneralMatrix Class | DotNetMatrix Namespace