Click or drag to resize

DiscreteInterval Methods

The DiscreteInterval type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object)
Tests whether a given object is equal to the current interval.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(DiscreteInterval)
Tests wither the current instance is equal to another discrete interval.
Public methodStatic memberFromEndpoints
Instantiates a new discrete interval from the given endpoints.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Overrides ValueTypeToString.)
Top
See Also