|
Open CASCADE Technology
7.9.3
|
Functions | |
| constexpr Standard_Integer | Abs (const Standard_Integer Value) |
| constexpr Standard_Boolean | IsEven (const Standard_Integer Value) |
| constexpr Standard_Boolean | IsOdd (const Standard_Integer Value) |
| constexpr Standard_Integer | Max (const Standard_Integer Val1, const Standard_Integer Val2) |
| constexpr Standard_Integer | Min (const Standard_Integer Val1, const Standard_Integer Val2) |
| constexpr Standard_Integer | Modulus (const Standard_Integer Value, const Standard_Integer Divisor) |
| constexpr Standard_Integer | Square (const Standard_Integer Value) |
| constexpr Standard_Integer | IntegerFirst () |
| constexpr Standard_Integer | IntegerLast () |
| constexpr Standard_Integer | IntegerSize () |
| constexpr Standard_Integer Abs | ( | const Standard_Integer | Value | ) |
| constexpr Standard_Integer IntegerFirst | ( | ) |
| constexpr Standard_Integer IntegerLast | ( | ) |
| constexpr Standard_Integer IntegerSize | ( | ) |
| constexpr Standard_Boolean IsEven | ( | const Standard_Integer | Value | ) |
| constexpr Standard_Boolean IsOdd | ( | const Standard_Integer | Value | ) |
| constexpr Standard_Integer Max | ( | const Standard_Integer | Val1, |
| const Standard_Integer | Val2 | ||
| ) |
| constexpr Standard_Integer Min | ( | const Standard_Integer | Val1, |
| const Standard_Integer | Val2 | ||
| ) |
| constexpr Standard_Integer Modulus | ( | const Standard_Integer | Value, |
| const Standard_Integer | Divisor | ||
| ) |
| constexpr Standard_Integer Square | ( | const Standard_Integer | Value | ) |
1.8.10