IntRange Class

Definition of a contiguous range of Int values.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public class IntRange
Inheritance
Object    IntRange

Constructors

IntRange Create a new Instance of the IntRange Item.
IntRange(Int32, Int32) Create a new Instance of the IntRange Item.

Properties

EndValue Get/Set the Inclusive End Value of this Item.
Length Get/Set the implied length of this range.
StartValue Get/Set the Inclusive Start Value of this Item.
Tag Get/Set an object to associate with this Range.

Methods

And Return the logical AND result of the two specified Int Ranges.
AndFit Return a value indicating the type of fit the two specified Ranges will yield if logically ANDed together.
Contains Return a value indicating whether the specified value is implicitly contained within the range.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
FitsInside Return a value indicating whether this Range will fit inside the specified Int Range.
GetHashCode
(Inherited from Object)
GetHighBound Return the closest value greater than or equal to the specified value to find.
GetLowBound Return the closest value lower than or equal to the specified value to find.
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Return the string representation of this instance.
(Overrides ObjectToString)

See Also