Open CASCADE Technology  7.3.0
Functions

Standard_Integer.hxx File Reference

#include <Standard_TypeDef.hxx>
#include <Standard_values.h>

Functions

Standard_Integer Abs (const Standard_Integer Value)
 
Standard_Integer HashCode (const Standard_Integer theMe, const Standard_Integer theUpper)
 
Standard_Boolean IsEqual (const Standard_Integer theOne, const Standard_Integer theTwo)
 
Standard_Integer HashCode (const long long int theMe, const Standard_Integer theUpper)
 
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)
 
Standard_Integer IntegerFirst ()
 
Standard_Integer IntegerLast ()
 
Standard_Integer IntegerSize ()
 

Function Documentation

◆ Abs()

Standard_Integer Abs ( const Standard_Integer  Value)
inline

◆ HashCode() [1/2]

Standard_Integer HashCode ( const Standard_Integer  theMe,
const Standard_Integer  theUpper 
)
inline

◆ HashCode() [2/2]

Standard_Integer HashCode ( const long long int  theMe,
const Standard_Integer  theUpper 
)
inline

◆ IntegerFirst()

Standard_Integer IntegerFirst ( )
inline

◆ IntegerLast()

Standard_Integer IntegerLast ( )
inline

◆ IntegerSize()

Standard_Integer IntegerSize ( )
inline

◆ IsEqual()

Standard_Boolean IsEqual ( const Standard_Integer  theOne,
const Standard_Integer  theTwo 
)
inline

◆ IsEven()

Standard_Boolean IsEven ( const Standard_Integer  Value)
inline

◆ IsOdd()

Standard_Boolean IsOdd ( const Standard_Integer  Value)
inline

◆ Max()

Standard_Integer Max ( const Standard_Integer  Val1,
const Standard_Integer  Val2 
)
inline

◆ Min()

Standard_Integer Min ( const Standard_Integer  Val1,
const Standard_Integer  Val2 
)
inline

◆ Modulus()

Standard_Integer Modulus ( const Standard_Integer  Value,
const Standard_Integer  Divisor 
)
inline

◆ Square()

Standard_Integer Square ( const Standard_Integer  Value)
inline