Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Slang Documentation
Slang Documentation
Back to top
View this page

vector<T,N>.lessThan¶

Description¶

Signature¶

bool vector<T, N>.lessThan(vector<T, N> other)
    where T : __BuiltinIntegerType;

bool vector<T, N>.lessThan(vector<T, N> other)
    where T : __BuiltinFloatingPointType;

Parameters¶

other : vector<T, N>¶

On this page
  • vector<T,N>.lessThan
    • Description
    • Signature
    • Parameters
      • other : vector<T, N>