ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Length Structure / Divide Method

In This Topic
    Divide Method
    In This Topic
    Divides the specified lengths.
    Syntax
    'Declaration
     
    Public Shared Function Divide( _
       ByVal unit1 As Length, _
       ByVal unit2 As Length _
    ) As Double
    public static double Divide( 
       Length unit1,
       Length unit2
    )

    Parameters

    unit1
    unit2
    See Also