示例#1
0
 /// <summary>
 /// Is this box empty?
 /// </summary>
 public bool IsEmpty()
 {
     return(Minimum.IsEmpty() && Maximum.IsEmpty());
 }