예제 #1
0
 public IsNotGreater(SymbolId symbolId, int targetValue)
     : base(symbolId, ValueRange.LessThanOrEqual(targetValue))
 {
 }