Gets an individual element of the matrix, as a Complex number.
 
 
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntaxmember Item : Complex with get, set
Parameters
- i
 - Type: SystemInt32
The row index. - j
 - Type: SystemInt32
The column index. 
Return Value
Type: 
ComplexThe complex value of the matrix element.
See Also