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