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