示例#1
0
 /// <summary>
 /// Creates a human-readable string with the contents of this instance.
 /// </summary>
 /// <returns>A human-readable string.</returns>
 public override string ToString()
 {
     return("[" + Min.ToString() + ", " + Max.ToString() + "]");
 }