Orthogonal Array Test.
More...
|
int | multiplyByTwo (int a) |
| a function to multiply by two for use in a standard template as a function More...
|
|
int | powerOfTwo (int a) |
| A function to take 2 to the power of a number. More...
|
|
◆ multiplyByTwo()
int oaTest::multiplyByTwo |
( |
int |
a | ) |
|
|
inline |
a function to multiply by two for use in a standard template as a function
- Parameters
-
- Returns
- number multiplied by two
◆ powerOfTwo()
int oaTest::powerOfTwo |
( |
int |
a | ) |
|
|
inline |
A function to take 2 to the power of a number.
- Parameters
-
- Returns
- two exponentiated by the number