Example #1
0
 public bool Inside_test(IComparable val, IComparable low, IComparable high)
 {
     return(val.BetweenStrict(low, high));
 }