Open CASCADE Technology  7.8.1
Functions
Standard_Integer.hxx File Reference
#include <Standard_Std.hxx>
#include <Standard_TypeDef.hxx>
#include <climits>

Functions

Standard_Integer Abs (const Standard_Integer Value)
 
Standard_Boolean IsEven (const Standard_Integer Value)
 
Standard_Boolean IsOdd (const Standard_Integer Value)
 
Standard_Integer Max (const Standard_Integer Val1, const Standard_Integer Val2)
 
Standard_Integer Min (const Standard_Integer Val1, const Standard_Integer Val2)
 
Standard_Integer Modulus (const Standard_Integer Value, const Standard_Integer Divisor)
 
Standard_Integer Square (const Standard_Integer Value)
 
constexpr Standard_Integer IntegerFirst ()
 
constexpr Standard_Integer IntegerLast ()
 
constexpr Standard_Integer IntegerSize ()
 

Function Documentation

Standard_Integer Abs ( const Standard_Integer  Value)
inline
constexpr Standard_Integer IntegerFirst ( )
constexpr Standard_Integer IntegerLast ( )
constexpr Standard_Integer IntegerSize ( )
Standard_Boolean IsEven ( const Standard_Integer  Value)
inline
Standard_Boolean IsOdd ( const Standard_Integer  Value)
inline
Standard_Integer Max ( const Standard_Integer  Val1,
const Standard_Integer  Val2 
)
inline
Standard_Integer Min ( const Standard_Integer  Val1,
const Standard_Integer  Val2 
)
inline
Standard_Integer Modulus ( const Standard_Integer  Value,
const Standard_Integer  Divisor 
)
inline
Standard_Integer Square ( const Standard_Integer  Value)
inline