Nevron .NET Vision
Nevron.GraphicsCore Namespace / NRange1DF Structure
Fields Properties Methods


In This Topic
    NRange1DF Structure Members
    In This Topic

    The following tables list the members exposed by NRange1DF.

    Public Constructors
     NameDescription
    Public ConstructorInitializer constructor  
    Top
    Public Fields
     NameDescription
    Public Field  
    Public Fieldstatic (Shared in Visual Basic)Represents the empty ranges  
    Public Field  
    Top
    Public Properties
     NameDescription
    Public PropertyReturns true if the range is normal.  
    Top
    Public Methods
     NameDescription
    Public MethodCombines the 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 into this range.  
    Public MethodGets the normalized begin value  
    Public MethodGets the normalized end value  
    Public MethodReturns the hash code of this instance.  
    Public MethodReturns the absolute lenght of this range.  
    Public MethodReturns the distance between the begin or end values of the range.  
    Public MethodGets the range disposition of this range to another range  
    Public MethodGet the factor of the specified value relative to the range - 0 if value is equal to range.Begin and 1 if value is equal to range.End  
    Public MethodReturns the nearest value that lies in this range.  
    Public MethodInflates this range with the specified value  
    Public MethodCalculates the intersection between two ranges  
    Public MethodChanges the begin and end values of this range.  
    Public MethodReturns true if the the ranges intersec.  
    Public MethodReturns true if the range is inverted.  
    Public MethodNormalizes the range.  
    Public MethodTranslates the range  
    Top
    See Also