IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IG.Old.IMatrix_OldNumerics< T > Interface Template Reference

Generic Matrix interface. More...

+ Inheritance diagram for IG.Old.IMatrix_OldNumerics< T >:

Public Member Functions

T[,] CopyToArray ()
 Copy all elements of this matrix to a rectangular 2D array. More...
 
T[][] CopyToJaggedArray ()
 Copy all elements of this matrix to a jagged array. More...
 

Properties

int RowCount [get]
 Gets the number of rows. More...
 
int ColumnCount [get]
 Gets the number of columns. More...
 
this[int i, int j] [get, set]
 Gets or set the element indexed by (i, j) in the Matrix. More...
 

Detailed Description

Generic Matrix interface.

Member Function Documentation

T [,] IG.Old.IMatrix_OldNumerics< T >.CopyToArray ( )

Copy all elements of this matrix to a rectangular 2D array.

T [][] IG.Old.IMatrix_OldNumerics< T >.CopyToJaggedArray ( )

Copy all elements of this matrix to a jagged array.

Property Documentation

int IG.Old.IMatrix_OldNumerics< T >.RowCount
get

Gets the number of rows.

int IG.Old.IMatrix_OldNumerics< T >.ColumnCount
get

Gets the number of columns.

T IG.Old.IMatrix_OldNumerics< T >.this[int i, int j]
getset

Gets or set the element indexed by (i, j) in the Matrix.

Parameters
iRow index.
jColumn index.

The documentation for this interface was generated from the following file: