Version

DataRange Structure Members

The following tables list the members exposed by DataRange.

Public Constructors
 NameDescription
Public ConstructorDataRange ConstructorInitializes a new instance of the DataRange struct.  
Public Properties
 NameDescription
Public PropertyHasDataGets a value indicating whether the range is empty or not.  
Public PropertyIsEmptyGets a value indicating whether this instance is empty.  
Public PropertyMaximumGets the maximum value in the range.  
Public PropertyMinimumGets the minimum value in the range.  
Public Methods
 NameDescription
Public MethodAddAdds a range to the current range.  
Public MethodContainsOverloaded. Returns a value indicating whether a value is within a range.  
Public MethodEqualsOverloaded. Compares the range to another range.  
Public MethodGetHashCodeComputes a hash code value.  
Public MethodIntersectsWithReturns a value indicating whether two ranges intersect.  
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.
See Also