ComponentOne MultiSelect for WinForms
C1.Framework.Mathematics Namespace / Vector<T> Class / Add Method
A Vector indicates the speical vector..

In This Topic
    Add Method (Vector<T>)
    In This Topic
    Add a special vector to this vector.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Add( _
       ByVal value As Vector(Of T) _
    ) 
    public virtual void Add( 
       Vector<T> value
    )

    Parameters

    value
    A Vector indicates the speical vector..
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also