|
|
◆ cbufferarr_round()
| Cbuffer ** cbufferarr_round |
( |
const Cbuffer ** |
cbarr, |
|
|
int |
count, |
|
|
int |
maxdd |
|
) |
| |
Return an array of circular buffers with the precision of the values set to a number of decimal places.
- Parameters
-
| [in] | cbarr | Array of circular buffers |
| [in] | count | Number of elements in the array |
| [in] | maxdd | Maximum number of decimal digits @csqlfn Cbufferarr_round() |
|