clojure.lang.Numbers.LongBitOps.bitOpsWith C# (CSharp) Метод

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

public bitOpsWith ( BigIntegerBitOps x ) : BitOps
x BigIntegerBitOps
Результат BitOps
            public BitOps bitOpsWith(BigIntegerBitOps x)
            {
                return BIGINTEGER_BITOPS;
            }

Same methods

Numbers.LongBitOps::bitOpsWith ( IntegerBitOps x ) : BitOps
Numbers.LongBitOps::bitOpsWith ( LongBitOps x ) : BitOps