|  | DoubleComplexMatrixItem(Slice, Int32) Property | 
            Creates a vector view of the specifed slice of the specified
            column of this matrix.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleComplexVector this[
	Slice rowSlice,
	int col
] { get; set; }Public Default Property Item ( 
	rowSlice As Slice,
	col As Integer
) As DoubleComplexVector
	Get
	Set
public:
property DoubleComplexVector^ default[Slice^ rowSlice, int col] {
	DoubleComplexVector^ get (Slice^ rowSlice, int col);
	void set (Slice^ rowSlice, int col, DoubleComplexVector^ value);
}member Item : DoubleComplexVector with get, set
Parameters
- rowSlice  Slice
- The rows.
- col  Int32
- The column.
Property Value
DoubleComplexVector See Also
See Also