Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Interval Structure / Union Method
First interval
Second interval

In This Topic
    Union Method (Interval)
    In This Topic
    Computes the union of the two intervals.
    Syntax
    'Declaration
     
    Public Shared Function Union( _
       ByVal a As Interval, _
       ByVal b As Interval _
    ) As Interval
    public static Interval Union( 
       Interval a,
       Interval b
    )

    Parameters

    a
    First interval
    b
    Second interval

    Return Value

    The resulting interval.
    See Also