MatrixDiag.Item Property

public double this[ 
int i 
] {get; set;}
This language is not supported or no code example is available.
public:  
property double Item[int] { 
double get( 
int i 
); 
void set( 
int i
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

i
int

Property Value

double

In this article

Definition