Item(int, int)

A standard (row, column) indexer to the matrix entries | 0,0 0,1 0,2 0,3 | | 1,0 1,1 1,2 1,3 | | 2,0 2,1 2,2 2,3 | | 3,0 3,1 3,2 3,3 |

Declaration Syntax

public double Item { set;get; }