nn::math::DivUp Function
template <typename T>
T DivUp(
T x,
T y
);
| Name | Description |
|---|---|
| T | Type representing a numerical value. |
| Name | Description | |
|---|---|---|
| in | x | Value to divide by y. |
| in | y | Value by which to divide x. |
Finds the quotient of a division operation that takes two values. The remainder is rounded up.
CONFIDENTIAL