Example #1
0
 public abstract Ops opsWith(BigIntOps x);
Example #2
0
 public override Ops opsWith(BigIntOps x)
 {
     return this;
 }
Example #3
0
 public Ops opsWith(BigIntOps x)
 {
     return BIGINT_OPS;
 }