.NET Matrix Library
Dispose Method
See Also  Send Feedback



Releases all the resources used by the Vector object.

Syntax

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

Remarks

Calling Dispose allows the resources used by this object to be reallocated for other purposes.

Requirements

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

See Also

.NET Matrix Library