Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Interval Structure / Mid Property

In This Topic
    Mid Property
    In This Topic
    Returns 0.5 * (t0 + t1).
    Syntax
    'Declaration
     
    Public ReadOnly Property Mid As Double
    public double Mid {get;}
    See Also