clojure.lang.Numbers.LongOps.lt C# (CSharp) Méthode

lt() public méthode

public lt ( object x, object y ) : bool
x object
y object
Résultat bool
            public bool lt(object x, object y)
            {
                return Util.ConvertToLong(x) < Util.ConvertToLong(y);
            }