|  | DoubleComplexMatrixItem(Int32, Int32) Property | 
            Indexer for returning the element at a specified row and column 
            position.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleComplex this[
	int row,
	int col
] { get; set; }Public Default Property Item ( 
	row As Integer,
	col As Integer
) As DoubleComplex
	Get
	Set
public:
property DoubleComplex default[int row, int col] {
	DoubleComplex get (int row, int col);
	void set (int row, int col, DoubleComplex value);
}member Item : DoubleComplex with get, set
Parameters
- row  Int32
- The row.
- col  Int32
- The column.
Property Value
DoubleComplex See Also
See Also