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