Performs the same type conversion as drms_array_convert, but instead of returning a new array simply replaces the src->data element.
- Parameters:
-
| dst | Contiguous array of type dsttype into which the converted data are stored upon success. |
| bzero | Offset by which raw data values are to be shifted to produce actual data values. |
| bscale | Scaling factor by which raw data values are to be multiplied to produce actual data values. |
| src | The source array containing that data to be converted. |
Definition at line 76 of file drms_array.c.