clojure.lang.Numbers.BigIntegerOps.opsWith C# (CSharp) Méthode

opsWith() public méthode

public opsWith ( BigDecimalOps x ) : Ops
x BigDecimalOps
Résultat 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