Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Interval Structure
Fields Properties Methods


In This Topic
    Interval Structure Members
    In This Topic

    The following tables list the members exposed by Interval.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Field Left interval value.  
    Public Field Right interval value.  
    Top
    Public Properties
     NameDescription
    Public Property Gets the right interval value.  
    Public PropertyReturns true if t0 > t1.  
    Public PropertyReturns true if t0 < t1.  
    Public Property Returns true if the interval length is 2*PI.  
    Public Property Gets the left interval value.  
    Public Property Returns t1 - t0.  
    Public Property Gets the left interval value.  
    Public PropertyReturns larger of t0 and t1.  
    Public PropertyReturns 0.5 * (t0 + t1).  
    Public PropertyReturns smaller of t0 and t1.  
    Public Property Gets the right interval value.  
    Top
    Public Methods
     NameDescription
    Public Method Clamps the value between the interval bounds.  
    Public Method  
    Public MethodOverloaded.  Tests a value t to see if it is inside the interval.  
    Public MethodConvert normalized parameter to interval value, or pair of values.  
    Public MethodChanges interval to [-t1, -t0].  
    Public MethodSwaps t0 and t1.  
    Public Method Converts this Interval to a human readable string.  
    Public Methodstatic (Shared in Visual Basic) Computes the union of the two intervals.  
    Top
    See Also