Round to integer greater than equal to current value
- Note
- This function supports real inputs only. Complex inputs are not yet supported.
◆ af_ceil()
C Interface for ceiling an array of numbers.
- Parameters
-
[out] | out | will contain values rounded to nearest integer greater than or equal to in |
[in] | in | is input array |
- Returns
- AF_SUCCESS if the execution completes properly
◆ ceil()
C++ Interface for ceiling an array of numbers.
- Parameters
-
- Returns
- values rounded to nearest integer greater than or equal to current value