Fill<n>DByteArray

Example: Fill<n>DByteArrayCreating Instances

Fills the last dimension of a byte array with a buffer beginning at the specified n-1 indices.

char *Fill<n>DByteArray( ByteArray Array, int ind1...indn-1, const char* buffer, size_t buff_size );
ArrayA byte array
int1...indn-1A comma-delimited list of the indices of the first n-1 dimensions where the filling will begin
*bufferA pointer to the buffer
buff_sizeThe size of the buffer

The Fill<n>DByteArrayfamily of functionsfill the last dimension of an n-dimensional byte array with a buffer.

The common function calls of this type are:

Fill1DByteArray
Fill2DByteArray
Fill3DByteArray
Fill4DByteArray
Fill5DByteArray
Fill6DByteArray
Fill7DByteArray
Fill8DByteArray
Fill9DByteArray

Return Values

lrc Return Values

Parameterization

Parameterization is not applicable to this function.