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