clojure.lang.Numbers.BigIntegerOps.negate C# (CSharp) Method

negate() public method

public negate ( object x ) : object
x object
return object
            public object negate(object x)
            {
                return toBigInteger(x).negate();
            }