Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NRangeF Structure
Fields Properties Methods


In This Topic
    NRangeF Structure Members
    In This Topic

    The following tables list the members exposed by NRangeF.

    Public Constructors
     NameDescription
    Public ConstructorInitializer constructor  
    Top
    Public Fields
     NameDescription
    Public FieldThe range begin (inclusive)  
    Public FieldThe range end (non inclusive)  
    Public Fieldstatic (Shared in Visual Basic)The Zero range (Begin and End equal to zero)  
    Top
    Public Properties
     NameDescription
    Public PropertyReturns true if the range is normal.  
    Top
    Public Methods
     NameDescription
    Public MethodCombines the two ranges.  
    Public MethodOverloaded. Returns true if the range contains the specified value.  
    Public MethodReturns true if the objects are equal.  
    Public MethodTries to fit the passed range floato this range.  
    Public Methodfloaterscects the range with another one  
    Public MethodChecks if the ranges floatersec each other  
    Public MethodGets the normalized begin value  
    Public MethodGets the normalized end value  
    Public MethodReturns the hash code of this instance.  
    Public MethodReturns the absolute length of this range.  
    Public MethodReturns the distance between the begin or end values of the range.  
    Public MethodReturns the nearest value that lies in this range.  
    Public MethodInflates this range with the specified value.  
    Public MethodChanges the begin and end values of this range.  
    Public MethodReturns true if the range is inverted.  
    Public MethodNormalizes the range.  
    Public MethodMoves the range with the specified offset.  
    Public MethodReturns the string representation of the range.  
    Top
    See Also