  | DoubleMatrixClear Method | 
            Sets the data elements of this vector to zero.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleMatrix Clear()
Public Function Clear As DoubleMatrix
public:
DoubleMatrix^ Clear()
member Clear : unit -> DoubleMatrix 
Return Value
DoubleMatrixA reference to self.
See Also