Beispiel #1
0
 public override LongValue Minus(long b)
 {
     return(ValueMath.subtract(LongValue(), b));
 }
Beispiel #2
0
 public override DoubleValue Minus(double b)
 {
     return(ValueMath.subtract(LongValue(), b));
 }
Beispiel #3
0
 public override DoubleValue Minus(long b)
 {
     return(ValueMath.subtract(DoubleValue(), b));
 }