.NET Matrix Library
Clear Method
See Also  Send Feedback



Sets the value of all the CVector elements to zero.

Syntax

Visual Basic (Declaration) 
Public Sub Clear() 
Visual Basic (Usage)Copy Code
Dim instance As CVector
 
instance.Clear()
C# 
public void Clear()
C++/CLI 
public:
void Clear(); 

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

.NET Matrix Library