clojure.lang.Numbers.IntegerOps.isNeg C# (CSharp) Метод

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

public isNeg ( object x ) : bool
x object
Результат bool
            public bool isNeg(object x)
            {
                return Convert.ToInt32(x) < 0;
            }