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

matrix<T,R,C>.lessThan¶

Description¶

Signature¶

bool matrix<T, R, C>.lessThan(matrix<T, N, M> other)
    where T : __BuiltinFloatingPointType;

Parameters¶

other : matrix<T, N, M>¶

On this page
  • matrix<T,R,C>.lessThan
    • Description
    • Signature
    • Parameters
      • other : matrix<T, N, M>