Fill<n>DByteArray
Example: Fill<n>DByteArray | Creating 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 );
Array | A byte array |
int1...indn-1 | A comma-delimited list of the indices of the first n-1 dimensions where the filling will begin |
*buffer | A pointer to the buffer |
buff_size | The 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
Parameterization
Parameterization is not applicable to this function.