Example #1
0
 public override Ops opsWith(BigDecimalOps x)
 {
     return BIGDECIMAL_OPS;
 }
Example #2
0
 public override Ops opsWith(BigDecimalOps x)
 {
     return this;
 }
Example #3
0
 public abstract Ops opsWith(BigDecimalOps x);
Example #4
0
 public Ops opsWith(BigDecimalOps x)
 {
     return this;
 }