Intersoft ClientUI Documentation
Range<T> Structure Members
Properties  Methods 


The following tables list the members exposed by Range<T>.

Public Constructors
 NameDescription
Public ConstructorRange<T> Constructor Initializes a new instance of the Range class.  
Top
Public Properties
 NameDescription
Public PropertyHasData Gets a value indicating whether the range is empty or not.  
Public PropertyMaximum Gets the maximum value in the range.  
Public PropertyMinimum Gets the minimum value in the range.  
Top
Public Methods
 NameDescription
Public MethodAdd Adds a range to the current range.  
Public MethodContains Returns a value indicating whether a value is within a range.  
Public MethodEqualsOverloaded.  Compares the range to another range.  
Public MethodGetHashCode Computes a hash code value.  
Public MethodIntersectsWith Returns a value indicating whether two ranges intersect.  
Public MethodToString Returns the string representation of the range.  
Top
Public Operators
public Operator Equality Compare two ranges and return a value indicating whether they are equal.
public Operator Inequality Compare two ranges and return a value indicating whether they are not equal.
Top
See Also

Reference

Range<T> Structure
Intersoft.Client.UI.DataVisualization Namespace

Send Feedback