Matrix.Item Property

public double this[ 
int row
int col 
] {get; set;}
This language is not supported or no code example is available.
public:  
property double Item[int, int] { 
double get( 
int row
int col 
); 
void set( 
int row
int col
double value 
); 
}
This language is not supported or no code example is available.
JScript suports the use of indexed properties, but not the declaration of new ones.
This language is not supported or no code example is available.

Parameters

row
int

col
int

Property Value

double

In this article

Definition