|
Truncate to nearest integer. More...
Functions | |
AFAPI array | trunc (const array &in) |
C++ Interface for truncating an array of numbers. More... | |
AFAPI af_err | af_trunc (af_array *out, const af_array in) |
C Interface for truncating an array of numbers. More... | |
Truncate to nearest integer.
C Interface for truncating an array of numbers.
[out] | out | will contain values truncated to nearest integer not greater than input |
[in] | in | is input array |