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