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

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

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

Same methods

Numbers.LongOps::opsWith ( BigIntOps x ) : Ops
Numbers.LongOps::opsWith ( DoubleOps x ) : Ops
Numbers.LongOps::opsWith ( LongOps x ) : Ops
Numbers.LongOps::opsWith ( RatioOps x ) : Ops