Operate on numeric arrays.
This function lets you perform various operations on numeric arrays.
- Warning
- This function requires the enhanced NBC/NXC firmware.
- Parameters
-
op | The array operation. See Array operation constants. |
dest | The destination variant type (scalar or array, depending on the operation). |
src | The source numeric array. |
idx | The index of the start of the array subset to process. Pass NA to start with the first element. |
len | The number of elements to include in the specified process. Pass NA to include the rest of the elements in the src array (from idx to the end of the array). |
- Warning
- You cannot use NXC expressions with this function
- Examples:
- ex_ArrayOp.nxc.