PrintDocument for WinForms | ComponentOne
C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / Unit Structure / Addition Operator
The first unit value.
The second unit value.

In This Topic
    Addition Operator (Unit)
    In This Topic
    Addition of two unit values.
    Syntax
    'Declaration
     
    Public Operator +( _
       ByVal u1 As Unit, _
       ByVal u2 As Unit _
    ) As Unit
    public Unit operator +( 
       Unit u1,
       Unit u2
    )

    Parameters

    u1
    The first unit value.
    u2
    The second unit value.

    Return Value

    The result unit value.
    See Also