Interface ArrayDec
access this type via: io.compute.ArrayDec (provides, requires or uses)
--- extends:ExtMemory
This interface represents a decimal type array stored on an external compute device
Functions
ArrayDec(storeCompute device, int length)
void write(dec content[])
dec[] read()
ArrayDec(storeCompute device, int length)
Creates the array with the given length on the given Compute device
void write(dec content[])
Writes to the array starting at index 0 up to the length of the host array given by content
dec[] read()
Reads the entire array stored on the external Compute device, returns this as a host array