java - Is there such thing as not less than? -


in code, i'm trying make not less operator. can't a !< b... can do? there package / method can use?

the opposite of a<b a>=b, not a>b.

edit: syntax looking !(a<b)


Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

Voice chat over bluetooth between Android & Python (pybluez) -

Integrate jquery-globalize into an ASP.NET Core MVC App -