operator <= [MTL Home] Programmers Guide
  Contents | Index |  Search 


Category:intervals,operator Component type:function
Prototype
template <class Tnum>
bool operator <=(const Tnum& x, const interval<Tnum>& y) ;
Description
Tests if the number x is less than or equal to all members in y. Like all equality/inequality operators in this class, it implies certainty. Implies certainty, that is, if x<=y then x is <= every number in y.
Definition
interval.cct
Preconditions
Complexity
Example
Notes
See also

[MTL Home] Copyright © 1998,1999 University of Notre Dame. All Rights Reserved.