ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Length Structure / Subtraction Operator
the Length minuend
the Length subtrahend

In This Topic
    Subtraction Operator (Length)
    In This Topic
    Subtracts one Length from another and return the unit of the first GrapeCity.ActiveReports.Extensibility.Definition.Components.Length.
    Syntax
    'Declaration
     
    Public Operator -( _
       ByVal unit1 As Length, _
       ByVal unit2 As Length _
    ) As Length
    public Length operator -( 
       Length unit1,
       Length unit2
    )

    Parameters

    unit1
    the Length minuend
    unit2
    the Length subtrahend

    Return Value

    the Length that is the results of subtracting unit1 by unit2
    See Also