clojure.lang.Numbers.BigIntegerOps.opsWith C# (CSharp) Method

opsWith() public method

public opsWith ( BigDecimalOps x ) : Ops
x BigDecimalOps
return Ops
            public Ops opsWith(BigDecimalOps x)
            {
                return BIGDECIMAL_OPS;
            }

Same methods

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