Beispiel #1
0
 public bool ConstantGreaterThan(SymbolicConstant <T> other) => !Symbolic && Constant.CompareTo(other.Constant) > 0;