示例#1
0
 public override Ops opsWith(RatioOps x)
 {
     return this;
 }
示例#2
0
 public abstract Ops opsWith(RatioOps x);
示例#3
0
 public override Ops opsWith(RatioOps x)
 {
     return RATIO_OPS;
 }
示例#4
0
 public Ops opsWith(RatioOps x)
 {
     return RATIO_OPS;
 }
示例#5
0
 public Ops opsWith(RatioOps x)
 {
     return this;
 }