Example #1
0
 static public ShortRange GetRange(this ShortVariance item)
 {
     return(new ShortRange(item.GetBoundA(), item.GetBoundB()));
 }