Beispiel #1
0
 public abstract BooleanConst GreaterThan(DoubleConst b);
Beispiel #2
0
 public abstract BooleanConst LessThan(DoubleConst b);
Beispiel #3
0
 public abstract NumberConst Remainder(DoubleConst b);
Beispiel #4
0
 public abstract BooleanConst EqualTo(DoubleConst b);
Beispiel #5
0
 public abstract NumberConst ExactlyDivide(DoubleConst b);
Beispiel #6
0
 public abstract NumberConst Divide(DoubleConst b);
Beispiel #7
0
 public abstract NumberConst Multiply(DoubleConst b);
Beispiel #8
0
 public abstract NumberConst Minus(DoubleConst b);
Beispiel #9
0
 public abstract NumberConst Add(DoubleConst b);