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