|  | DoubleComplexMatrixClear(Slice, Int32) 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(
	Slice rowSlice,
	int col
)
Public Function Clear ( 
	rowSlice As Slice,
	col As Integer
) As DoubleComplexMatrix
public:
DoubleComplexMatrix^ Clear(
	Slice^ rowSlice, 
	int col
)
member Clear : 
        rowSlice : Slice * 
        col : int -> DoubleComplexMatrix Parameters
- rowSlice  Slice
- The rows of the submatrix.
- col  Int32
- The column.
Return Value
DoubleComplexMatrixA reference to self.
 See Also
See Also