Skip to content

Methods_T_CodeJam_Ranges_RangeIntersection_1

andrewvk edited this page Nov 5, 2016 · 2 revisions

RangeIntersection(T) Methods

The RangeIntersection(T) generic type exposes the following members.

Methods

 

Name Description
Public method Equals Indicates whether this instance and a specified object are equal. (Inherited from ValueType.)
Public method GetHashCode Returns the hash code for this instance. (Inherited from ValueType.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString() Returns string representation of the range intersection. (Overrides ValueType.ToString().)
Public method ToString(IFormatProvider) Returns string representation of the range using the specified format string. If T does not implement the format string is ignored.
Public method ToString(String) Returns string representation of the range using the specified format string. If T does not implement the format string is ignored.
Public method ToString(String, IFormatProvider) Returns string representation of the range using the specified format string. If T does not implement the format string is ignored.
  Back to Top

See Also

Reference

RangeIntersection(T) Structure
CodeJam.Ranges Namespace

Clone this wiki locally