clojure.lang.Numbers.IntegerOps.opsWith C# (CSharp) Метод

opsWith() публичный Метод

public opsWith ( BigDecimalOps x ) : Ops
x BigDecimalOps
Результат Ops
            public Ops opsWith(BigDecimalOps x)
            {
                return BIGDECIMAL_OPS;
            }

Same methods

Numbers.IntegerOps::opsWith ( BigIntegerOps x ) : Ops
Numbers.IntegerOps::opsWith ( DoubleOps x ) : Ops
Numbers.IntegerOps::opsWith ( FloatOps x ) : Ops
Numbers.IntegerOps::opsWith ( IntegerOps x ) : Ops
Numbers.IntegerOps::opsWith ( LongOps x ) : Ops
Numbers.IntegerOps::opsWith ( RatioOps x ) : Ops