public This SetCount(int min, int max)
 {
     return(SetCount(IntRange.Between(min, max)));
 }