Nevron .NET Vision
Nevron.GraphicsCore Namespace / NVector2DF Structure / Subtraction Operator


In This Topic
    Subtraction Operator (NVector2DF)
    In This Topic
    Subtracts b coordinates from 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 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