Zen API
|
|
static |
Calculates the quotient of two signed integers, rounding up.
This method requires C++ 2011; accordingly, it cannot be used in inline functions that may be processed by C compilers or older C++ compilers.
a | Dividend. |
b | Divisor. |