Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NVector2DF Structure / Addition Operator


In This Topic
    Addition Operator (NVector2DF)
    In This Topic
    Adds b coordinates to a coordinates and returns the resulting vector (binary +)
    Syntax
    'Declaration
     
    
    Public Operator +( _
       ByVal a As NVector2DF, _
       ByVal b As NVector2DF _
    ) As NVector2DF
    'Usage
     
    
    public NVector2DF operator +( 
       NVector2DF a,
       NVector2DF b
    )

    Parameters

    a
    b
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also