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

In This Topic
    Subtraction Operator (Unit)
    In This Topic
    Subtraction 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