Changes

Jump to: navigation, search

GPU621/Jedd Clan

52 bytes added, 17:51, 11 August 2021
How to Extract Data
BlockDescriptor<double> block;
 
//offset defines the row number one wants to begin at, number of rows, read/write permissions, block is the object being written to
//provides more control vs. just defining an array
dataTable->getBlockOfRows(offset, numRows, readwrite, block);
double* rawData = block.getBlockPtr();
49
edits

Navigation menu