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

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

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

Same methods

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