コード例 #1
0
 public bool IsWithin(LimitBase b) =>
 Lower.IsWithin(b.Lower, b.Upper) && Upper.IsWithin(b.Lower, b.Upper);