DicomObjects.NET10 Documentation
DicomObjects Namespace / Vector3D Class / Addition Operator



In This Topic
    Addition Operator
    In This Topic
    Add vector
    Syntax
    'Declaration
     
    
    Public Operator +( _
       ByVal v1 As Vector3D, _
       ByVal v2 As Vector3D _
    ) As Vector3D
    'Usage
     
    
    public Vector3D operator +( 
       Vector3D v1,
       Vector3D v2
    )
    public:
    Vector3D^ operator +( 
       Vector3D^ v1,
       Vector3D^ v2
    )

    Parameters

    v1
    v2
    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