clojure.lang.Numbers.BigIntegerOps.opsWith C# (CSharp) 메소드

opsWith() 공개 메소드

public opsWith ( BigDecimalOps x ) : Ops
x BigDecimalOps
리턴 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