Print the array to screen.
More...
Print the array to screen.
Print Array and dimensions to screen
- Parameters
-
[in] | arr | is the input array |
- Returns
- error codes
- Parameters
-
[in] | exp | is the expression or name of the array |
[in] | arr | is the input array |
[in] | precision | precision for the display |
- Returns
- error codes
AFAPI void af::print |
( |
const char * |
exp, |
|
|
const array & |
arr |
|
) |
| |
- Parameters
-
[in] | exp | is an expression, generally the name of the array |
[in] | arr | is the input array |
AFAPI void af::print |
( |
const char * |
exp, |
|
|
const array & |
arr, |
|
|
const int |
precision |
|
) |
| |
- Parameters
-
[in] | exp | is an expression, generally the name of the array |
[in] | arr | is the input array |
[in] | precision | is the precision length for display |