|  | DoubleComplexMatrixItem(Slice, Slice) Property | 
            Returns the submatrix determined by the specified slices.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleComplexMatrix this[
	Slice rowSlice,
	Slice colSlice
] { get; set; }Public Default Property Item ( 
	rowSlice As Slice,
	colSlice As Slice
) As DoubleComplexMatrix
	Get
	Set
public:
property DoubleComplexMatrix^ default[Slice^ rowSlice, Slice^ colSlice] {
	DoubleComplexMatrix^ get (Slice^ rowSlice, Slice^ colSlice);
	void set (Slice^ rowSlice, Slice^ colSlice, DoubleComplexMatrix^ value);
}member Item : DoubleComplexMatrix with get, set
Parameters
- rowSlice  Slice
- The rows of the submatrix.
- colSlice  Slice
- The columns of the submatrix.
Property Value
DoubleComplexMatrix See Also
See Also