Open CASCADE Technology 7.8.0
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

◆ Abs()

Standard_Integer Abs ( const Standard_Integer  Value)
inline

◆ IntegerFirst()

constexpr Standard_Integer IntegerFirst ( )
constexpr

◆ IntegerLast()

constexpr Standard_Integer IntegerLast ( )
constexpr

◆ IntegerSize()

constexpr Standard_Integer IntegerSize ( )
constexpr

◆ IsEven()

Standard_Boolean IsEven ( const Standard_Integer  Value)
inline

◆ IsOdd()

Standard_Boolean IsOdd ( const Standard_Integer  Value)
inline

◆ Max()

◆ Min()

◆ Modulus()

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

◆ Square()

Standard_Integer Square ( const Standard_Integer  Value)
inline