ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Length Structure / Unary Negation Operator

In This Topic
    Unary Negation Operator (Length)
    In This Topic
    Inverts sign of the length value.
    Syntax
    'Declaration
     
    Public Operator -( _
       ByVal l As Length _
    ) As Length
    public Length operator -( 
       Length l
    )

    Parameters

    l
    See Also