Gets an element of the matrix.
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax member Item : Complex with get, set
Parameters
- x
- Type: SystemInt32
The row index of the desired element. - y
- Type: SystemInt32
The column index of the desired element.
Return Value
Type:
ComplexThe matrix element, as a Complex number
See Also