|  | DoubleComplexMatrixClear(Int32, Slice) Method | 
            Sets the values of the submatrix determined by the specified slices to zero.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleComplexMatrix Clear(
	int row,
	Slice colSlice
)
Public Function Clear ( 
	row As Integer,
	colSlice As Slice
) As DoubleComplexMatrix
public:
DoubleComplexMatrix^ Clear(
	int row, 
	Slice^ colSlice
)
member Clear : 
        row : int * 
        colSlice : Slice -> DoubleComplexMatrix Parameters
- row  Int32
- The row.
- colSlice  Slice
- The columns of the submatrix.
Return Value
DoubleComplexMatrixA reference to self.
 See Also
See Also