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